pype crashed with NameError in menuAddM()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pype (Debian) |
Fix Released
|
Unknown
|
|||
pype (Ubuntu) |
Fix Released
|
Medium
|
Andreas Noteng | ||
Bug Description
Binary package hint: pype
I have run pype first time, and have seen error.
ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: pype 2.5-2
ProcVersionSign
Uname: Linux 2.6.35-15-generic x86_64
Architecture: amd64
Date: Sun Aug 15 18:32:44 2010
ExecutablePath: /usr/bin/pype
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
InterpreterPath: /usr/bin/python2.6
PackageArchitec
ProcCmdline: /usr/bin/python /usr/bin/pype
ProcEnviron:
LANG=ru_RU.utf8
SHELL=/bin/bash
PythonArgs: ['/usr/bin/pype']
SourcePackage: pype
Title: pype crashed with NameError in menuAddM()
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
visibility: | private → public |
Changed in pype (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in pype (Debian): | |
status: | Unknown → Fix Released |
Changed in pype (Ubuntu): | |
milestone: | none → natty-alpha-1 |
status: | Fix Committed → Fix Released |
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