Aivar Annamaa added the comment:

install_name_tool can specify relative paths (see eg. 
https://wincent.com/wiki/@executable_path,_@load_path_and_@rpath). Therefore 
you don't need it in users' systems.

I've used it successfully for bundling Python 3.5 and Tk 8.6 with my IDE, see 
https://bitbucket.org/plas/thonny/src/master/packaging
/mac/build_requirements_old.sh and 
https://bitbucket.org/plas/thonny/src/master/packaging/mac/update_links.sh

----------
nosy: +Aivar.Annamaa

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15663>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to