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 mgedmin
Recipients mgedmin
Date 2015-09-15.08:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442304615.44.0.515104060995.issue25119@psf.upfronthosting.co.za>
In-reply-to
Content
1. Install Python 3.5 using the official Windows installer
2. Get a shell
3. python -m ensurepip (because the installer didn't install pip for me -- is that another bug?  I thought the installer was supposed to run ensurepip for me?  Is it fallout from bug 25117?)
4. python -m pip install virtualenv (gets me version 13.1.2)
5. python -m virtualenv env

I expect: a virtualenv in ./env

I get: a GUI error dialog saying "The program can't start because VCRUNTIME140.dll is missing from your computer."
History
Date User Action Args
2015-09-15 08:10:15mgedminsetrecipients: + mgedmin
2015-09-15 08:10:15mgedminsetmessageid: <1442304615.44.0.515104060995.issue25119@psf.upfronthosting.co.za>
2015-09-15 08:10:15mgedminlinkissue25119 messages
2015-09-15 08:10:15mgedmincreate