Re: [SE|PY-macdev] progress
Brought to you by:
sephiroth_tmm
|
From: Valentin T. <va...@ic...> - 2004-09-06 07:00:30
|
So you have Jaguar (and not Panther) ? Because with Panther you don't need MacPython (all included in OS X 10.3). I built/installed Python 2.3.4 as described on the Wiki page. And I switched to Panther a few weeks ago because on Jaguar I also had some problems which I didn't know how to solve. valley On Mon, 6 Sep 2004, Ashley McCoy wrote: > 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 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > |