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 paul.moore
Recipients christian.heimes, paul.moore, steve.dower, tds333, tim.golden, zach.ware
Date 2016-09-15.15:52:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473954742.72.0.168926701753.issue28137@psf.upfronthosting.co.za>
In-reply-to
Content
I'd prefer not to hard code __main__.py, as I'd quite like to be able to have a number of copies of the executable, each running its own script. (I foresee putting all my little Python utility scripts in a directory with a Python installation and a set of launchers).

BTW, see https://github.com/pfmoore/pylaunch for a very quickly put together, but working, prototype. Whatever the conclusion here, I'll probably continue working on this. Unless the embedded python.exe completely subsumes the functionality :-)
History
Date User Action Args
2016-09-15 15:52:22paul.mooresetrecipients: + paul.moore, tds333, christian.heimes, tim.golden, zach.ware, steve.dower
2016-09-15 15:52:22paul.mooresetmessageid: <1473954742.72.0.168926701753.issue28137@psf.upfronthosting.co.za>
2016-09-15 15:52:22paul.moorelinkissue28137 messages
2016-09-15 15:52:22paul.moorecreate