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 belopolsky, mrabarnett, ned.deily, stiv
Date 2010-12-14.22:36:57
SpamBayes Score 1.5243315e-06
Marked as misclassified No
Message-id <1292366220.04.0.465412908926.issue10704@psf.upfronthosting.co.za>
In-reply-to
Content
When you use python 3.1 from a python.org OS X installer, it is built with the 10.4u SDK and a deployment target of 10.3 and up. Distutils ensures that any extension modules are built using the same values as the interpreter itself which is why the 10.4u SDK is needed.  This is true for all current 32-bit ("10.3+") python.org installers for OS X.  If you build it yourself, you have other options.
History
Date User Action Args
2010-12-14 22:37:00ned.deilysetrecipients: + ned.deily, belopolsky, mrabarnett, stiv
2010-12-14 22:37:00ned.deilysetmessageid: <1292366220.04.0.465412908926.issue10704@psf.upfronthosting.co.za>
2010-12-14 22:36:57ned.deilylinkissue10704 messages
2010-12-14 22:36:57ned.deilycreate