Message163421
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. |
|
Date |
User |
Action |
Args |
2012-06-22 15:03:18 | ronaldoussoren | set | recipients:
+ ronaldoussoren, georg.brandl, benjamin.peterson, ned.deily, eric.araujo, teamnoir, python-dev |
2012-06-22 15:03:17 | ronaldoussoren | set | messageid: <1340377397.88.0.415001910791.issue13590@psf.upfronthosting.co.za> |
2012-06-22 15:03:17 | ronaldoussoren | link | issue13590 messages |
2012-06-22 15:03:16 | ronaldoussoren | create | |
|