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 eryksun
Recipients Packhash, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-22.18:06:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595441170.13.0.0271253676058.issue41365@roundup.psfhosted.org>
In-reply-to
Content
> "Python Launcher is sorry to say... No pyvenv.cfg file" 

As already mentioned, that it fails with this error means you're running a virtual-environment launcher instead of a base Python executable. That it displays a message box means you ran a GUI pythonw.exe virtual-environment launcher. pyvenv.cfg is a configuration file that the virtual-environment launcher looks for beside the executable, or one directory up. It tells the launcher where to find the base python[w].exe executable.

As already suggested, you should associate .py[w] scripts with the "Python" app that depicts a rocket/shuttle being launched on its icon. This will associate .py[w] scripts with the py[w].exe launcher, and it also associates them with a shell drop handler that allows files to be dragged and dropped on a script icon in Explorer.
History
Date User Action Args
2020-07-22 18:06:10eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Packhash
2020-07-22 18:06:10eryksunsetmessageid: <1595441170.13.0.0271253676058.issue41365@roundup.psfhosted.org>
2020-07-22 18:06:10eryksunlinkissue41365 messages
2020-07-22 18:06:10eryksuncreate