can't run codeEditor
Has anyone had trouble running codeEditor with Python 2.6?
On my Mac running OS 10.6, I just installed Python 2.6.4, wxPython 2.8.10.1, PythonCard 0.8.2. The PythonCard test script (minimal) works, but any time I try to to run the codeEditor/macbuild.py script, and I get this:
IOError: [Errno 2] No such file or directory: '/usr/local/lib/wxPython-2.5.2.8/lib/libwx_macd-2.5.2.dylib'
I can't find any reference to"libwx_macd-2.5.2.dylib" in the wxPyton documentation or anywhere else.
Anybody know how to solve this? Kind of sucks to hit a wall 6 pages into a $40 book...
|