leo r4153
Slackware Linux 13.37 32bit
Python 2.6.6
qt-4.7.0
PyQt-4.8.1
----
exception updating Outline menu
Traceback (most recent call last):
File "/tmp/leo/leo/core/leoMenu.py", line 153, in updateOutlineMenu
enable(menu,"Cut Node",c.canCutOutline())
File "/tmp/leo/leo/plugins/qtGui.py", line 5825, in enableMenu
if s.startswith(name):
AttributeError: 'QString' object has no attribute 'startswith'
exception updating Edit menu
Traceback (most recent call last):
File "/tmp/leo/leo/core/leoMenu.py", line 99, in updateEditMenu
c.undoer.enableMenuItems()
File "/tmp/leo/leo/core/leoUndo.py", line 1011, in enableMenuItems
frame.menu.enableMenu(menu,u.redoMenuLabel,u.canRedo())
File "/tmp/leo/leo/plugins/qtGui.py", line 5825, in enableMenu
if s.startswith(name):
AttributeError: 'QString' object has no attribute 'startswith'
exception updating File menu
Traceback (most recent call last):
File "/tmp/leo/leo/core/leoMenu.py", line 84, in updateFileMenu
enable(menu,"Revert To Saved", c.canRevert())
File "/tmp/leo/leo/plugins/qtGui.py", line 5825, in enableMenu
if s.startswith(name):
AttributeError: 'QString' object has no attribute 'startswith'
exception updating Edit menu
Traceback (most recent call last):
File "/tmp/leo/leo/core/leoMenu.py", line 99, in updateEditMenu
c.undoer.enableMenuItems()
File "/tmp/leo/leo/core/leoUndo.py", line 1011, in enableMenuItems
frame.menu.enableMenu(menu,u.redoMenuLabel,u.canRedo())
File "/tmp/leo/leo/plugins/qtGui.py", line 5825, in enableMenu
if s.startswith(name):
AttributeError: 'QString' object has no attribute 'startswith'
----
--
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.