On 2008-01-16, yhvh <[EMAIL PROTECTED]> wrote: > Is it possible to output error messages in a different color? > I'm using Terminal on Gnome.
>>> print "\033[1;31mHello\033[0m There!" Some reading: http://en.wikipedia.org/wiki/ANSI_escape_code http://www.ioncannon.net/ruby/101/fun-with-ansi-escape-codes/ Also, you might look at sys.excepthook to colorize an uncaught exception, and PYTHONSTARTUP to load code automagically before an interactive session. Ian -- http://mail.python.org/mailman/listinfo/python-list