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 ned.deily
Recipients mpalluat, ned.deily, ronaldoussoren
Date 2010-03-12.21:21:05
SpamBayes Score 9.213155e-09
Marked as misclassified No
Message-id <1268428867.32.0.454951586757.issue8126@psf.upfronthosting.co.za>
In-reply-to
Content
Note: "Python.framework/Versions/3.2/Python".
You appear to be building from py3k (which will become 3.2), and not Python 3.1.2rc2.  There are pending fixes for py3k for OS X framework targeted builds and there is at least one as yet unmerged fix for 3.1.2.  At the moment, building any branch of Python on 10.6 and targeting earlier systems does not work correctly; extension module building should be OK as long as the 10.4u SDK is available and gcc 4.0 is used.  Until that is fixed, if you really need to target 10.3, you should build Python on 10.5 or 10.4, otherwise, build just for 10.6 on 10.6 (to do so you may need to set MACOSX_DEPLOYMENT_TARGET=10.6).
History
Date User Action Args
2010-03-12 21:21:07ned.deilysetrecipients: + ned.deily, ronaldoussoren, mpalluat
2010-03-12 21:21:07ned.deilysetmessageid: <1268428867.32.0.454951586757.issue8126@psf.upfronthosting.co.za>
2010-03-12 21:21:05ned.deilylinkissue8126 messages
2010-03-12 21:21:05ned.deilycreate