[IPython-dev] merge request

Gael Varoquaux gael.varoquaux at normalesup.org
Sun Apr 26 13:41:05 EDT 2009


On Sun, Apr 26, 2009 at 10:04:32PM +0530, Prabhu Ramachandran wrote:
> Is this the lack of a newline when you do something like
>
> print "hello"
>
> on the frontend?
>
> On Mayavi with lp:ipython and the wx frontend I get this:

No, this is because we are using a custom subclass of the IPython
frontend in Mayavi that is incompatible with the current IPython
frontend. The problem is that this class was written by Vibha to add
features to the IPython frontend (namely continuation lines) by monkey
patching it. I have added the corresponding feature to the main IPython
frontend, but as a result the custom subclass is partly broken. Vibha and
I are aware of this issue, and we'll have to discuss what the right way
to avoid problems is. Maybe a check on IPython's version number.

Sorry for these issues. The last edition of the IPython frontend was not
terribly mature, and resulting to monkey patching it was not an ideal
solution :(.

Gaël



More information about the IPython-dev mailing list