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 Laurent Dufrechou
Recipients Laurent Dufrechou, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-09.19:15:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452366902.23.0.484622853391.issue26065@psf.upfronthosting.co.za>
In-reply-to
Content
Install python-3.5.1-embed-amd64 to c:\dev\python-3.5.1-embed-amd64
Open terminal window:
cd c:\dev\python-3.5.1-embed-amd64
python -m venv c:\dev\myenv

-> crash
Error: Command '['C:\\dev\\myenv\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 3221226505

Using debugger (VS2015) shows error:
Exception non gérée à 0x00007FFDA1D05A4E (ucrtbase.dll) dans python.exe 
And stopping debugger leave this log:
C:\dev\python-3.5.1-embed-amd64>python -m venv C:\dev\python35_x64_rtquickreport
Traceback (most recent call last):
  File "runpy.py", line 170, in _run_module_as_main
  File "runpy.py", line 85, in _run_code
  File "venv\__main__.py", line 6, in <module>
  File "venv\__init__.py", line 442, in main
  File "venv\__init__.py", line 85, in create
  File "venv\__init__.py", line 257, in _setup_pip
  File "subprocess.py", line 629, in check_output
  File "subprocess.py", line 698, in run
  File "subprocess.py", line 1055, in communicate
KeyboardInterrupt
History
Date User Action Args
2016-01-09 19:15:02Laurent Dufrechousetrecipients: + Laurent Dufrechou, paul.moore, tim.golden, zach.ware, steve.dower
2016-01-09 19:15:02Laurent Dufrechousetmessageid: <1452366902.23.0.484622853391.issue26065@psf.upfronthosting.co.za>
2016-01-09 19:15:02Laurent Dufrechoulinkissue26065 messages
2016-01-09 19:15:01Laurent Dufrechoucreate