Message326169
| 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) |
|