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 tds333
Recipients christian.heimes, paul.moore, steve.dower, tds333, tim.golden, zach.ware
Date 2016-09-15.13:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473945740.84.0.724655140587.issue28137@psf.upfronthosting.co.za>
In-reply-to
Content
If this is only for the use case of embedded distribution we are now only to steps away to provide a easy custom shipping of applications for Windows.

1. Take the file name of the executable to load a custom EXECUTABLENAME.path file
2. Allow to specify a main to be executed or a pyz zipapp to be run with the -m switch. Or simply use first line of the path file if it contains "-m myapp".

With this by only renaming the python.exe and having a simple text file with the information, custom applications distribution can be done.

Sorry, I know not directly related to this.
History
Date User Action Args
2016-09-15 13:22:20tds333setrecipients: + tds333, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower
2016-09-15 13:22:20tds333setmessageid: <1473945740.84.0.724655140587.issue28137@psf.upfronthosting.co.za>
2016-09-15 13:22:20tds333linkissue28137 messages
2016-09-15 13:22:20tds333create