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, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-22.11:37:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595417842.34.0.822366124517.issue41365@roundup.psfhosted.org>
In-reply-to
Content
It seems like you're trying to launch the python.exe that is created for a virtual environment rather than the actual one. This probably means that at some point you created a virtual environment and updated your file association to launch it.

The best thing to do is to right-click your .pyw file, choose "Open With", "Choose another app", enable "Always open ..." and choose "Python" from its list (the icon should have a space shuttle being launched). That will switch you back to the original file association.
History
Date User Action Args
2020-07-22 11:37:22steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Packhash
2020-07-22 11:37:22steve.dowersetmessageid: <1595417842.34.0.822366124517.issue41365@roundup.psfhosted.org>
2020-07-22 11:37:22steve.dowerlinkissue41365 messages
2020-07-22 11:37:21steve.dowercreate