Message9948

Author eaaltonen
Recipients eaaltonen
Date 2015-04-24.11:54:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429876491.85.0.513895123579.issue2338@psf.upfronthosting.co.za>
In-reply-to
Content
My patched version of IPython 0.10.2 crashed on startup with jython 2.7rc3.

The reason was simply mismatch of attribute name.
98c98
<     _console.startup_hook = function
---
>     _console.startupHook = function

With this change, the old Ipython did start. No tab completion, sadly.
History
Date User Action Args
2015-04-24 11:54:51eaaltonensetrecipients: + eaaltonen
2015-04-24 11:54:51eaaltonensetmessageid: <1429876491.85.0.513895123579.issue2338@psf.upfronthosting.co.za>
2015-04-24 11:54:51eaaltonenlinkissue2338 messages
2015-04-24 11:54:51eaaltonencreate