[issue10704] Regex 0.1.20101210 Python 3.1 install problem Mac OS X 10.6.5

Ned Deily report at bugs.python.org
Tue Dec 14 23:37:00 CET 2010


Ned Deily <nad at acm.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10704>
_______________________________________


More information about the Python-bugs-list mailing list