colorama
colorama copied to clipboard
Doesn't work when multiple packages are imported
So I've noticed that when using colorama as a sole package in my script its outputting the colours properly. But when I import multiple packages, it doesn't output any colour.
FYI: I'm using Terminal, OS: Mac OS(Big Sur)
Can you enumerate one example of packages that cause this to happen, so we can try to reproduce?
I suspect this might be a symptom of the 're-initialization' problem which has several competing PRs in flight, eg https://github.com/tartley/colorama/pull/201 (contains links to the others)
This issue is probably fixed by using the new alternative to 'init', called 'just_fix_windows_console' (see README)