On Wed, Mar 25, 2009 at 12:57 PM, tfer <[email protected]> wrote: > Reusing existing IPython shell > ------------------ > Welcome to Leo-enabled IPython session! > Try %leoref for quick reference. > exception creating IPython shell > Traceback (most recent call last): > > File "C:\PyDev\leo-editor\leo\plugins\ipython.py", line 251, in > startIPython > ipy_leo_m.update_commander(leox) > > File "c:\pydev\ipython-extensions\ipy_leo.py", line 64, in > update_commander > show_welcome() > > File "c:\pydev\ipython-extensions\ipy_leo.py", line 660, in > show_welcome > IPython.platutils.freeze_term_title() > > File "c:\pydev\ipython\IPython\platutils.py", line 68, in > freeze_term_title > warnings.warn("This function is deprecated, use > toggle_set_term_title()") > > NameError: global name 'warnings' is not defined
File this as a bug to ipython (as you see, it's also trivial to fix by actually importing 'warnings'). Must be some recent refactoring... -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
