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 ronaldoussoren
Recipients benjamin.peterson, eric.araujo, georg.brandl, ned.deily, python-dev, ronaldoussoren, teamnoir
Date 2012-06-22.15:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340377397.88.0.415001910791.issue13590@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-22 15:03:18ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, benjamin.peterson, ned.deily, eric.araujo, teamnoir, python-dev
2012-06-22 15:03:17ronaldoussorensetmessageid: <1340377397.88.0.415001910791.issue13590@psf.upfronthosting.co.za>
2012-06-22 15:03:17ronaldoussorenlinkissue13590 messages
2012-06-22 15:03:16ronaldoussorencreate