[issue13590] extension module builds fail with python.org OS X installers on OS X 10.7 and 10.6 with Xcode 4.2

Ronald Oussoren report at bugs.python.org
Fri Jun 22 17:03:17 CEST 2012


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Thanks, I'll add it to the patch when I have a working build again.

Looks like I get a failure because "pybuilddir.txt" is not created, and that's because "./python.exe setup.py build" crashes when distutils.sysconfig tries to import subprocess (which tries to import time, which cannot be found because it is not build yet.

I'm switching to os.popen in my patch, that should be good enough for that code.

----------

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


More information about the Python-bugs-list mailing list