Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10704>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to