This looks like some Leo IPython incompatibility as IPython starts
fine by itself. Using the latest bazaar pull of IPython, I get this
traceback when trying to start IPython:
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
Tom
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---