I started following an example from ILeo_doc.txt where you
start leo and ipython together,
make a node of valid python and execute that code by  alt+I
and found an error about tkinter.  python-tk was installed,
so I quit leo, quit ipython, read some, and wanted to try leo again
and I just got errors.

The errors the second time were unrelated to the first
and gave me few ideas...  Anyone else know what to do here?

John

I have a start script leo.sh

#!/bin/bash
/usr/bin/python2.5 /opt/leo/launchLeo.py "$@"

running leo.sh
or
/usr/bin/python2.5 /opt/leo/launchLeo.py
or
/opt/leo/launchLeo.py

all give the same message right away:

j...@toolbench:~/FABprojects/pythonocc-test$ leo.sh
*** isPython3: False
/opt/leo/leo/core/leoCache.py:591: Warning: 'as' will become a reserved keyword 
in Python 2.6
Traceback (most recent call last):
  File "/opt/leo/launchLeo.py", line 7, in <module>
    import leo.core.runLeo
  File "/opt/leo/leo/core/runLeo.py", line 50, in <module>
    import leo.core.leoApp as leoApp
  File "/opt/leo/leo/core/leoApp.py", line 11, in <module>
    import leo.core.leoCache as leoCache
  File "/opt/leo/leo/core/leoCache.py", line 591
    except OSError as e:

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

Reply via email to