In article <[email protected]>, [email protected] wrote:
> I want to embedd it into my app so on the 'customers'-mac I want > to put python into a subdirectory of my app. > > and with the configure command above, that will not work > because the library has to be on every system in /Library/Framework/ > so I found out that @executable_path is replaced by the path of the > app. Have you looked at py2app yet? It should take care of all that for you. http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html -- Ned Deily, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
