On Friday 07 of March 2014 08:14:58 jelle feringa wrote:
> > install_name_tool -change 
> > /System/Library/Frameworks/Python.framework/Versions/2.6/Python 
> > @loader_path/Python your.so
> 
> I'm curious to hear from the pyinstaller dev's whether this is considered 
> in scope for pyinstaller.
> Perhaps a welcome 1st contribution

PyInstaller already does that. I implemented that.

It looks like not all   .dylib / .so  files are included.

The code for that is  in ./PyInstaller/depend/dylib.py

    def mac_set_relative_dylib_deps(libname, distname): 


Contribution with fixes are welcome.

There could be any issue with the 'macholib' and the fix could be to use more 
recent version.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to