[IPython-dev] requirements for porting ipython to a new gui

Dov Grobgeld dov.grobgeld at gmail.com
Tue Jan 14 13:14:48 EST 2014


Hello,

I'm looking into the requirements for porting IPython to a new GUI, namely
the blender console.

Is there a document describing the steps and requirements of the underlying
API to get it to work.

Currently trying to do:

import IPythonIPython.embed()


fails because sys.stdin is set to None by blender. But I see e.g. in the
qtconsole terminal that sys.stdin is left untouched, so I understand that
is not the way you hook into IPython.

So what is the way?

Thanks!
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140114/5917e7d4/attachment.html>


More information about the IPython-dev mailing list