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 steve.dower
Recipients ammar2, benjamin.peterson, paul.moore, pitrou, schen, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-17.13:36:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500298563.25.0.829234849727.issue30450@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, "install <anything>" is often a blocking requirement for many developers (typically the ones who get paid well to do this), so I'd rather have no requirements.

Currently we achieve this if PowerShell is up to date or Python+py.exe are installed, both of which are likely even in the "I can't install anything" case. Soon we'll also succeed here if git is installed and on PATH, which likely covers a few more % of users (but especially our Win7 buildbots). I feel confident we've covered 99% of cases transparently without adding the need for more documentation - still just get_externals.bat && build.bat to build.

Once Travis has finished its build I'll merge and we'll see if the buildbots like it.
History
Date User Action Args
2017-07-17 13:36:03steve.dowersetrecipients: + steve.dower, paul.moore, pitrou, vstinner, tim.golden, benjamin.peterson, zach.ware, ammar2, schen
2017-07-17 13:36:03steve.dowersetmessageid: <1500298563.25.0.829234849727.issue30450@psf.upfronthosting.co.za>
2017-07-17 13:36:03steve.dowerlinkissue30450 messages
2017-07-17 13:36:03steve.dowercreate