[Ipython-tickets] [IPython] #198: -colors setting not heeded when used in combination with -i
IPython
ipython-tickets@scipy....
Mon Nov 12 12:41:40 CST 2007
#198: -colors setting not heeded when used in combination with -i
---------------------+------------------------------------------------------
Reporter: nollett | Owner: fperez
Type: defect | Status: new
Priority: low | Milestone:
Component: ipython | Version:
Severity: minor | Keywords:
---------------------+------------------------------------------------------
IPython 0.8.1
This yields a colored traceback
{{{
$ipython -colors NoColor -i haserror.py
}}}
whereas this correctly prints a traceback without color
{{{
$ipython -colors NoColor
In [1]: %run haserror.py
}}}
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/198>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list