Giter Club home page Giter Club logo

Comments (6)

pylipp avatar pylipp commented on June 2, 2024 2

Just some quick notes: In 0.1.4, NOCOLOR was replaced by SUPPORTS_COLOR.
@philer's method then transforms to

import better_exceptions
better_exceptions.SUPPORTS_COLOR = True

Alternatively, one can set the environment variable FORCE_COLOR to 1:

export FORCE_COLOR=1

from better-exceptions.

Qix- avatar Qix- commented on June 2, 2024

Yep, I'll do a proper fix for this sometime today.

from better-exceptions.

Qix- avatar Qix- commented on June 2, 2024

Does the branch fix-colors work for you? :)

from better-exceptions.

Qix- avatar Qix- commented on June 2, 2024

@philer could you test the latest on fix-colors?

If you're not getting any colors, make sure curses/ncurses is installed. This isn't required on Windows as it falls back to Colorama.

There seems to be a bug with Colorama on Windows under Python 3. Can track the progression of that bug in tartley/colorama#125. Python 2 is confirmed to work.

Mac:

$ brew install homebrew/dupes/ncurses

Ubuntu:

$ sudo apt-get install libncurses5-dev

from better-exceptions.

Qix- avatar Qix- commented on June 2, 2024

I tested personally in Windows. Other than the above bug, this is working for all terminals (not just xterm).

Any problems with the new detection method should go into a new ticket :)

Released as 0.1.4.

from better-exceptions.

philer avatar philer commented on June 2, 2024

@Qix- Yeah that works. Thanks for the fast fix!

from better-exceptions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.