On 8-jun-2006, at 18:44, Kaweh Kazemi wrote: > hi there, > > sorry if that has already been answered previously but i couldn't > find anything about this issue*: > > i have a set of libraries - Panda3D in my case - consisting of > various *.so and *.dylib (+ python code), which are located in /usr/ > local/panda/lib. > > using py2app and a rather simple setup.py it will create an > application bundle with only the needed *.so but not the needed > *.dylib thus the application is not self-contained. > > is there a way to force these files into the approriate place in the > application bundle? > > i tried the "includes" option but that does not work as excepted. > > i'm sorry if my question is not clear, i'm totally new to *.so/ > *.dylib and py2app.
Py2app should do this automaticly if the .so's link to the .dylibs. Do you have an example project that doesn't work for you? Ronald _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
