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 jkloth
Recipients ammar2, benjamin.peterson, jkloth, paul.moore, pitrou, schen, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-17.14:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500300815.72.0.962450207359.issue30450@psf.upfronthosting.co.za>
In-reply-to
Content
> In this case, the Powershell dependency fails on Windows 7 since it does not have the Invoke-WebRequest command (unless you've been installing all your updates).

Just to note, PowerShell must be updated *manually* (at least on Win7).  Plus you need to know what to update to get it. In this case, the Windows Management Framework:

https://www.microsoft.com/en-us/download/details.aspx?id=40855

I've installed this on my buildbot apparently concurrently with this conversation.  Personally, I'd lean toward recommending this update with Windows 7 machines as it stays closer to "naked" OS + Python checkout for building a new Python. (Although the latest merge kinda makes this a mute point).
History
Date User Action Args
2017-07-17 14:13:35jklothsetrecipients: + jkloth, paul.moore, pitrou, vstinner, tim.golden, benjamin.peterson, zach.ware, steve.dower, ammar2, schen
2017-07-17 14:13:35jklothsetmessageid: <1500300815.72.0.962450207359.issue30450@psf.upfronthosting.co.za>
2017-07-17 14:13:35jklothlinkissue30450 messages
2017-07-17 14:13:35jklothcreate