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
import ode
ImportError:
dlopen(/Users/Shane/UTc!/client/dist/client.app/Contents/Resources/lib/python2.5/lib-dynload/ode.so,
2): Library not
On Wed, Apr 15, 2009 at 1:29 AM, Ronald Oussoren wrote:
>
> On Wednesday, April 15, 2009, at 09:23AM, "Shane Clements" <
> shane.cleme...@gmail.com> wrote:
> >Hi.
> >
> >Looking for advice about p2app and paths during the bundling process.
> >
Hi.
Looking for advice about p2app and paths during the bundling process.
The application I am working with works fine finding the paths before being
bundled with py2app but after has mangled ones.
An example error:
IOError: [Errno 2] No such file or directory:
'/Users/Shane/UTc!/client/dist/cl