[issue35644] venv doesn't work on Windows when no venvlauncher executable present

Ray Donnelly report at bugs.python.org
Thu Jan 3 14:25:06 EST 2019


Ray Donnelly <rdonnelly at anaconda.com> added the comment:

Thanks Steve, the sys.path value from the first comment can be discarded, it was running the wrong Python!

The 'old' mechanism (which my patch reverts to) does copy all the necessary DLLs already. I released builds with this patch now and venv works fine (tested with pyperformance which uses venv).

However, we are more than happy to switch to the venvlauncher method as not deviating from upstream unnecessarily is always a good thing!

Do you have any pointers about how to build venvlauncher? I'll try to schedule some time for that.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35644>
_______________________________________


More information about the Python-bugs-list mailing list