[issue41365] Python Launcher is sorry to say... No pyvenv.cfg file

Steve Dower report at bugs.python.org
Thu Jul 23 04:28:12 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

> it fails with this error means you're running a virtual-environment launcher instead of a base Python executable.

Exactly. It sounds like you probably searched for pythonw.exe and found the one in Lib/venv/scripts/nt instead of the actual one.

The default association should go to pyw.exe, which is likely in your C:\Windows directory.

----------

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


More information about the Python-bugs-list mailing list