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.

Author jaraco
Recipients Anders.Hovmöller, gvanrossum, jaraco, ned.deily, ronaldoussoren, tdsmith, vinay.sajip
Date 2018-09-23.18:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537727153.93.0.956365154283.issue22490@psf.upfronthosting.co.za>
In-reply-to
Content
Is it documented anywhere how to do a framework build of Python? When I try to do a framework build by running `./configure --enable-framework` then `make`, `./python.exe` emits the following:

dyld: Library not loaded: /Library/Frameworks/Python.framework/Versions/3.8/Python
  Referenced from: /Users/jaraco/code/public/cpython/./python.exe
  Reason: image not found
Aborted (core dumped)
History
Date User Action Args
2018-09-23 18:25:53jaracosetrecipients: + jaraco, gvanrossum, vinay.sajip, ronaldoussoren, ned.deily, Anders.Hovmöller, tdsmith
2018-09-23 18:25:53jaracosetmessageid: <1537727153.93.0.956365154283.issue22490@psf.upfronthosting.co.za>
2018-09-23 18:25:53jaracolinkissue22490 messages
2018-09-23 18:25:53jaracocreate