[IPython-dev] Demo.py on trunk

Fernando Perez fperez.net at gmail.com
Sun Apr 25 15:31:23 EDT 2010


Hi there,

On Tue, Mar 2, 2010 at 10:18 AM, <tfetherston at aol.com> wrote:

> 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?
>

By the way, I just fixed this yesterday in trunk during the bug blitz.

Cheers,

f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20100425/0f7c1c93/attachment.html>


More information about the IPython-dev mailing list