Antonio Valentino píše v St 07. 12. 2011 v 09:13 +0100: > Hi Martin, > sorry, I forgot to mention that old versions of pyinstaller worked > very > well with the same setup of GDAl e co. > So, unless you changed the library collection policy in recent times, > it > seems to me that there is something strange, a regression?
The library collection policy has changed recently. I tried install that gdal dmg and found this in stdout: INFO: Analyzing /Library/Frameworks/GDAL.framework/Versions/1.8/GDAL ERROR: Can not find path @executable_path/Libraries/libogdi.dylib (needed by /Library/Frameworks/GDAL.framework/Versions/1.8/GDAL) It seems like pyinstaller does not know how to replace @executable_path. Probably in that code is a regression. -- 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.
