Hi.
I'm using py2app to try to port a game to OS X, is there any to avoid this
error?
Traceback (most recent call last):
File "game.py", line 18, in <module>
import ode
ImportError:
dlopen(/Users/Shane/UTc!/client/dist/client.app/Contents/Resources/lib/python2.5/lib-dynload/ode.so,
2): Library not loaded: @executable_path/../Frameworks/libode.dylib
Referenced from:
/Users/Shane/UTc!/client/dist/client.app/Contents/Resources/lib/python2.5/lib-dynload/ode.so
Reason: image not found
I think there's an attempt to load a dynamic library, but not entirely clear
what is happening here.
Googling suggests that there's some issue with the Framework, which I'll
admit I'm just kinda puzzling out.
Ideas?
Shane
_______________________________________________
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig