[IPython-user] stderr missing in IPython + Emacs + WinXP
Jie Tang
jietang86@gmail....
Mon Jun 2 14:45:14 CDT 2008
Hi Joe,
I'm seeing the same sort of behavior you describe on IPython/Emacs/XP. It
seems like sys.stderr has some buffering issues; if I flush the stream using
stderr.flush() after writing to it the text displays.
As a workaround I added calls to
Term.cout.flush()
Term.cerr.flush()
right before IPython's "In[]" input prompt is displayed (around line 1675 in
iplib.py)
Jie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ipython.scipy.org/pipermail/ipython-user/attachments/20080602/7f6b842f/attachment.html
More information about the IPython-user
mailing list