Python 2.6.1 @executable_path

Ned Deily nad at acm.org
Sat Jan 10 17:11:49 EST 2009


In article 
<e9238c96-932a-40d1-9950-f93bb4c062d8 at s1g2000prg.googlegroups.com>,
 googler.1.webmaster at spamgourmet.com 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,
 nad at acm.org




More information about the Python-list mailing list