On Jan 15, 5:44 pm, yhvh <[EMAIL PROTECTED]> wrote:
> Is it possible to output error messages in a different color?
> I'm using Terminal on Gnome.

For the few times that I want to do this, this simple form works with
xterm.
for j in range(1,10):
   os.system("tput setaf "+str(j))
   print "test for ", j
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to