I have a feeling the warning in the beginning has somesthing to do with it:
/usr/share/pype/pype.py:38: DeprecationWarning: The wxPython compatibility package is no longer automatically generated or actively maintained. Please switch to the wx package as soon as possible.
from wxPython.wx import *
/usr/share/pype/pype.py:48: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
[ Sun Sep 19 08:10:56 2010 ] Loading menus from /home/andreas/.pype/menus.txt
Loading history from /home/andreas/.pype/history.txt
[ Sun Sep 19 08:11:01 2010 ] Traceback (most recent call last):
File "/usr/bin/pype", line 7, in <module>
pype.main()
File "/usr/share/pype/pype.py", line 4350, in main
filehistory.root = root = app.frame = MainWindow(None, -1, "PyPE", docs)
File "/usr/share/pype/pype.py", line 676, in __init__
menuAddM(menuBar, filemenu, "&File")
File "/usr/share/pype/pype.py", line 248, in menuAddM
if isinstance(parent, wxMenu) or isinstance(parent, wxMenuPtr):
NameError: global name 'wxMenuPtr' is not defined
I have a feeling the warning in the beginning has somesthing to do with it: pype/pype. py:38: DeprecationWarning: The wxPython compatibility package is no longer automatically generated or actively maintained. Please switch to the wx package as soon as possible. pype/pype. py:48: DeprecationWarning: the md5 module is deprecated; use hashlib instead .pype/menus. txt .pype/history. txt pype/pype. py", line 4350, in main .root = root = app.frame = MainWindow(None, -1, "PyPE", docs) pype/pype. py", line 676, in __init__ menuBar, filemenu, "&File") pype/pype. py", line 248, in menuAddM
/usr/share/
from wxPython.wx import *
/usr/share/
import md5
[ Sun Sep 19 08:10:56 2010 ] Loading menus from /home/andreas/
Loading history from /home/andreas/
[ Sun Sep 19 08:11:01 2010 ] Traceback (most recent call last):
File "/usr/bin/pype", line 7, in <module>
pype.main()
File "/usr/share/
filehistory
File "/usr/share/
menuAddM(
File "/usr/share/
if isinstance(parent, wxMenu) or isinstance(parent, wxMenuPtr):
NameError: global name 'wxMenuPtr' is not defined