##// END OF EJS Templates
Fix exception color problems in win32....
Fix exception color problems in win32. In all the recent work to have the test suite play nice with doctest of full ipython sessions, I inadvertedly started sending exceptions directly to sys.stderr. On windows we MUST go via Term.cerr, which uses pyreadline to handle color escapes, while sys.stderr just shows garbage on screen. As of this revision, the test suite passes fully on win32 and linux, and interactive use also seems OK on all fronts. We're getting closer to RC status...

File last commit:

r2098:5d6f848d
r2459:e687d797
Show More
ipythonx.1
30 lines | 725 B | application/x-troff | GroffLexer
.TH IPYTHONX 1 "October 29, 2008" "" ""
.SH NAME
\fBipythonx \- Simple graphical frontend to IPython, using WxWidgets.
.SH SYNOPSIS
.nf
.fam C
\fBipengine\fP [\fIoptions\fP]
.fam T
.fi
.SH DESCRIPTION
ipythonx is a simple graphical frontend to IPython, using WxWidgets.
.SH OPTIONS
.TP
.B
\-h, \-\-help
show this help message and exit
.TP
.B
\-d, \-\-debug
Enable debug messages for the wx frontend.
look for config files and profiles in this directory
.SH SEE ALSO
.BR ipython(1), ipython-wx(1)
.br
.SH AUTHOR
\fBipythonx\fP is a tool that ships with IPython, created by
the IPython Development Team.
.PP
This manual page was written by Stephan Peijnik <debian@sp.or.at>,
for the Debian project (but may be used by others).