[SE|PY-macdev] progress
Brought to you by:
sephiroth_tmm
|
From: Ashley M. <as...@gv...> - 2004-09-05 23:39:34
|
Using -- MacPython 2.3 (2nd Edition), -- 4Suite (CVS Snapshot installs fine) -- wxPython (wxPythonOSX-2-1.5.2.9p.20040901-panther-Py2.3.dmg) -- PyXML-0.8.3 ( installed with sudo ) -- pyRXP-0-9 ( installed ) Latest CVS of sepy produces the following error, --snip-- g4-1ghz:~/SciTE amccoy$ pythonw2.3 main.pyw [Debug] 09:20:17: Unrecognized accel key 'CAPSLOCK', accel string ignored. [Debug] 09:20:17: Unrecognized accel key 'CAPSLOCK', accel string ignored. Traceback (most recent call last): File "/Users/amccoy/SciTE/SEPY.py", line 142, in Notify frame = main_window(parent=None, id=wx.NewId(), title=About_title, dialog = self.dialog) File "/Users/amccoy/SciTE/SEPY.py", line 324, in __init__ self.loadDB() File "/Users/amccoy/SciTE/SEPY.py", line 374, in loadDB self.DB["values"] = DB.values() AttributeError: _DBWithCursor instance has no attribute 'values' --endsnip-- Question :: -------------- Do I need to use Python Build as opposed to MacPython Installer? -- Python from source v.2.3.4 built as Framework does not see other modules, such as wxPython, adding the wxPython directory to Python Path the binary will not run. Suggestions ? Ashley |