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.21:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340400501.22.0.536843184719.issue13590@psf.upfronthosting.co.za>
In-reply-to
Content
With version 2 of the patch I can bootstrap on OSX 10.5 as well (removes the dependency on subprocess, falls back on os.system instead)

This also removes _binary_on_path as suggested by Éric.

The patch needs more testing: I haven't tried using the binary installers on systems with a different compiler configuration that (that is, 32-bit installer on a 10.7 system, 64-bit installer on a system without "/Developer").

It's currently about 23:30 local time, and I won't be able to continue working on this patch until tomorrow (Saterday) night (19:00 or later CEST)
History
Date User Action Args
2012-06-22 21:28:22ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, benjamin.peterson, ned.deily, eric.araujo, teamnoir, python-dev
2012-06-22 21:28:21ronaldoussorensetmessageid: <1340400501.22.0.536843184719.issue13590@psf.upfronthosting.co.za>
2012-06-22 21:28:20ronaldoussorenlinkissue13590 messages
2012-06-22 21:28:20ronaldoussorencreate