[SE|PY-macdev] newbie -- progress so far
Brought to you by:
sephiroth_tmm
|
From: Ashley M. <as...@gv...> - 2004-09-02 23:58:52
|
Currently --- Platform OSX.3.5 Python environment :: built in with MacPython Update http://homepages.cwi.nl/~jack/macpython/index.html ( 2nd release ) wxPython :: installed latest version (wxPythonOSX-2.4.2.4-Py2.3-panther.dmg) http://starship.python.net/crew/robind/wxPython/daily/ pyRXP :: installed (pyRXP-0-9.tgz) http://www.reportlab.org/pyrxp.html pyXML :: installed (PyXML-0.8.3) note: had to run this with sudo as pythonw setup.py installed returned error --snip-- ... running install_scripts changing mode of /System/Library/Frameworks/Python.framework/Versions/2.3/bin/xmlproc_parse to 755 error: /System/Library/Frameworks/Python.framework/Versions/2.3/bin/xmlproc_parse: Operation not permitted -- endsnip-- 4Suite :: attempts to build or install return failure as described TRY TO RUN Splash pic appears then nothing error.log contains --snip-- Thu Sep 2 21:59:05 2004: exceptions.AttributeError, _DBWithCursor instance has no attribute 'values' Thu Sep 2 22:10:40 2004: exceptions.AttributeError, _DBWithCursor instance has no attribute 'values' Fri Sep 3 09:15:00 2004: exceptions.AttributeError, _DBWithCursor instance has no attribute 'values' Fri Sep 3 09:29:53 2004: exceptions.AttributeError, _DBWithCursor instance has no attribute 'values' Fri Sep 3 09:33:00 2004: exceptions.TypeError, new_wxFileHistory() takes at most 1 argument (2 given) Fri Sep 3 09:34:08 2004: exceptions.TypeError, new_wxFileHistory() takes at most 1 argument (2 given) Fri Sep 3 09:46:02 2004: exceptions.TypeError, new_wxFileHistory() takes at most 1 argument (2 given) Fri Sep 3 09:47:23 2004: exceptions.TypeError, new_wxFileHistory() takes at most 1 argument (2 given) --endsnip-- Ashley |