[IPython-dev] Demo.py on trunk

tfetherston at aol.com tfetherston at aol.com
Tue Mar 2 12:18:22 EST 2010



 Looking a trunk to test out demo.py, I've changed the import statements to reflect the moves due to the reorganization, but I'm running into problems in the Demo class init method. It peeks at some of the internals of IPython to store some information.

 
specifically:

self.ip_colorize = __IPYTHON__.pycolorize
self.ip_runlines = __IPYTHON__.runlines
self.ip_showtb   = __IPYTHON__.showtraceback
self.ip_runlines = __IPYTHON__.runlines
self.shell       = __IPYTHON__

this info is not stored at __IPYTHON__ any more, does someone know where it is & how to get/set it?

Tom














































































































 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20100302/04b72ed6/attachment.html>


More information about the IPython-dev mailing list