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 steve.dower
Recipients Packhash, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-23.08:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595492892.75.0.929438136029.issue41365@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2020-07-23 08:28:12steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, Packhash
2020-07-23 08:28:12steve.dowersetmessageid: <1595492892.75.0.929438136029.issue41365@roundup.psfhosted.org>
2020-07-23 08:28:12steve.dowerlinkissue41365 messages
2020-07-23 08:28:12steve.dowercreate