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,@executable_path/../Frameworks" to put it in the Framework of my app. maybe you know where my problem is. hm. bye -- http://mail.python.org/mailman/listinfo/python-list