Hi, after using Leo for a few days on my ubuntu linux box, I get the
following error which kills the editor:
p...@dell-desktop:~$ leo&
[1] 6537
p...@dell-desktop:~$ reading settings in /home/paul/bin/Leo-4-6-b1/leo/
config/leoSettings.leo
/home/paul/bin/Leo-4-6-b1/leo/external/pickleshare.py:43:
DeprecationWarning: the sets module is deprecated
from sets import Set as set
Using menus from leoSettings.leo
reading settings in /home/paul/.leo/myLeoSettings.leo
Using menus from myLeoSettings.leo
reading /home/paul/.leo/.leoRecentFiles.txt
@enabled-plugins found in myLeoSettings.leo
loaded plugin: tkGui
opening default_leo_file: /home/paul/.leo/workbook.leo
Traceback (most recent call last):
File "/home/paul/bin/Leo-4-6-b1/launchLeo.py", line 8, in <module>
leo.core.runLeo.run()
File "/home/paul/bin/Leo-4-6-b1/leo/core/runLeo.py", line 110, in
run
c,frame = createFrame(fileName,relativeFileName,script)
File "/home/paul/bin/Leo-4-6-b1/leo/core/runLeo.py", line 158, in
createFrame
ok, frame = g.openWithFileName(relativeFileName or fileName,None)
File "/home/paul/bin/Leo-4-6-b1/leo/core/leoGlobals.py", line 2292,
in openWithFileName
c.chapterController.finishCreate()
File "/home/paul/bin/Leo-4-6-b1/leo/core/leoChapters.py", line 64,
in finishCreate
cc.chaptersDict[tabName] = chapter
(c=c,chapterController=cc,name=tabName,root=p)
File "/home/paul/bin/Leo-4-6-b1/leo/core/leoChapters.py", line 873,
in __init__
cc.tt.createTab(name)
File "/home/paul/bin/Leo-4-6-b1/leo/plugins/tkGui.py", line 8922, in
createTab
tt.setNames()
File "/home/paul/bin/Leo-4-6-b1/leo/plugins/tkGui.py", line 8962, in
setNames
tt.chapterMenu.setitems(names)
File "/usr/lib/python2.6/dist-packages/Pmw/Pmw_1_3/lib/
PmwOptionMenu.py", line 67, in setitems
self._menu.delete(0, 'end')
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 2678, in delete
self.deletecommand(c)
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 361, in
deletecommand
self.tk.deletecommand(name)
_tkinter.TclError: can't delete Tcl command
Can anyone suggest how to fix this?
Thanks,
Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---