This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: app-building with Bundlebuilder for framework builds
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jvr Nosy List: jackjansen, jvr
Priority: low Keywords:

Created on 2003-04-18 08:40 by jackjansen, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (2)
msg15505 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-04-18 08:40
Just,
why can bundlebuilder build applications for non-framework Pythons but not framework Pythons?

If the problem is that relocating the framework is difficult: I just came across the tool "install_name_tool" (available if you have the developer tools installed) and the accompanying linker flag "-header-pad_max_install_names", these two should allow us to relocate frameworks.
msg15506 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-06-20 20:34
Logged In: YES 
user_id=92689

Support for Python.framework as been added to bundlebuilder.py 
in CVS.
History
Date User Action Args
2022-04-10 16:08:12adminsetgithub: 38326
2003-04-18 08:40:52jackjansencreate