Hi list,
I'm experimenting some problem with @executable_path on Mac OS Snow
Leopard.
I'm using the curren trunk and I get the following error when I run my
application packaged in onedir mode.
File "/Users/antonio/projects/gsdview-xcode/src/pkg/pyinstaller/
PyInstaller/loader/iu.py", line 104, in getmod
mod = imp.load_module(nm, fp, attempt, (ext, mode, typ))
ImportError: dlopen(/Users/antonio/projects/gsdview-xcode/src/dist/
gsdview/osgeo._gdal.so, 2): Library not loaded: @executable_path/
libogdi.dylib
Referenced from: /Users/antonio/projects/gsdview-xcode/src/pkg/../
dist/gsdview/GDAL
Reason: image not found
It seems that the /libogdi.dylib library is not collected.
In the past (when still otool was used) i was able to package the the
same application with the same spec file so this seems to me a
regression in pyinstaller.
Any hint on how to solve the problem?
best regards
--
Antonio Valentino
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.