Python 2.6.1 @executable_path

googler.1.webmaster at spamgourmet.com googler.1.webmaster at spamgourmet.com
Sun Jan 11 11:44:33 EST 2009


yeap, okay, its just the beginning so I didn't know that the framework
is still the dylib file.
Well, I only want to compile python and put the framework in the
subdirectory. Thats all.
And the current state is, that the framework is not found because the
path of the compiled Python
library is hardcoded so when I move it from /Library/Frameworks/ to my
app folder it isn't found
when I start my app.

I found a ressource that I have to compile it with a dynamic path flag
like LDFLAGS="-install_name, at executable_path/../Frameworks" to put it
in the Framework of my app. maybe you know where my problem is. hm.

bye



More information about the Python-list mailing list