Hi,
I built my python program using Py2app, using the default setup.py script. I'm
running Mac OSX Snow Leopard 64 bit. My project uses WX. Initially, I was
getting an error import error: no module named wx when I ran the app, so I went
and downloaded and installed WXPython from wxpython.org. Now I get the
following error:
<_FuncPtr object at 0xc1cd8>
Traceback (most recent call last):
File "/Users/mike/rsg-client/src/dist/rsg.app/Contents/Resources/__boot__.py",
line 187, in <module>
_run('rsg.py')
File "/Users/mike/rsg-client/src/dist/rsg.app/Contents/Resources/__boot__.py",
line 184, in _run
execfile(path, globals(), globals())
File "/Users/mike/rsg-client/src/dist/rsg.app/Contents/Resources/rsg.py", line
8, in <module>
import gui
File "gui.pyc", line 7, in <module>
File "keyMap.pyc", line 1, in <module>
File "wx/__init__.pyc", line 45, in <module>
File "wx/_core.pyc", line 4, in <module>
File "wx/_core_.pyc", line 18, in <module>
File "wx/_core_.pyc", line 15, in __load
ImportError:
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/wx/_core_.so'
not found
2011-06-07 20:55:05.194 rsg[480:a07] rsg Error
I preceded both my build and run commands with arch -i386, if that helps.
Any help would be appreciated.
Mike
_______________________________________________
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG