Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No color output in MINGW #2

Open
GochoMugo opened this issue Feb 14, 2015 · 0 comments
Open

No color output in MINGW #2

GochoMugo opened this issue Feb 14, 2015 · 0 comments

Comments

@GochoMugo
Copy link
Owner

Despite calling colorama.init() to filter out ANSI escape sequences, there is no colored output in MINGW. However, the Command prompt in Windows outputs the color as expected. See https://pypi.python.org/pypi/colorama for more information on colorama.init()

Sample output in MINGW:

$ python.exe run.py -h
usage: run.py [-h] [-l] [-a title [title ...]] [-i title [title ...]]
              [-r title [title ...]] [-Ra] [-v]
              [TITLE [TITLE ...]]

Reminds you of something you knew before

...

See LICENSE at https://github.com/GochoMugo/remindme/blob/master/LICENSE
←[0m

Notice the ANSI character at the bottom...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant