colorama icon indicating copy to clipboard operation
colorama copied to clipboard

Doesn't work when multiple packages are imported

Open Nakul93 opened this issue 3 years ago • 1 comments

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)

Nakul93 avatar Jun 15 '21 16:06 Nakul93

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)

tartley avatar Oct 07 '21 16:10 tartley

This issue is probably fixed by using the new alternative to 'init', called 'just_fix_windows_console' (see README)

tartley avatar Oct 25 '22 00:10 tartley