Comment 2 for bug 618246

Revision history for this message
Andreas Noteng (andreas-noteng) wrote :

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