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 ronaldoussoren
Recipients hynek, ned.deily, ronaldoussoren, samueljohn
Date 2013-01-03.11:49:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357213757.78.0.784872429608.issue16848@psf.upfronthosting.co.za>
In-reply-to
Content
Using '-framework Python' is suboptimal because this doesn't control which framework is used for linking (in particular, if you have both Python 2.7 and 3.3 installed '-framework Python' will link against the one installed last).

For Python 3.3 I get:

$ /Library/Frameworks/Python.framework/Versions/3.2/bin/python3-config --ldflags
-L/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/config-3.2m -ldl -framework CoreFoundation -lpython3.2m

Simular output would also work for python 2.7 (but I don't have a patch right now)
History
Date User Action Args
2013-01-03 11:49:17ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, samueljohn, hynek
2013-01-03 11:49:17ronaldoussorensetmessageid: <1357213757.78.0.784872429608.issue16848@psf.upfronthosting.co.za>
2013-01-03 11:49:17ronaldoussorenlinkissue16848 messages
2013-01-03 11:49:17ronaldoussorencreate