Am 20.11.20 um 11:01 schrieb Paul Moore: > 1. Add the ability for zipapp to prepend a launcher for Windows, so > zipapps can be built that "run natively" on Windows (Unix and MacOS > don't need this, because for them, shebangs are handled by the OS, not > by the language runtime). It *might* be possible to use the py.exe > launcher, if not the sample code in the zipapp docs is probably > sufficient. > 2. Add something that makes writing MacOS "app bundles" from zipapps > easier. That could be part of the zipapp module, or a standalone > module.
So basically re-implement py2exe, py2app, PyInstaller, etc?! -- Regards Hartmut Goebel | Hartmut Goebel | [email protected] | | www.crazy-compilers.com | compilers which you thought are impossible | _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/PPZSU5S635O2AIYCZMT76ET5PETIGPVN/ Code of Conduct: http://python.org/psf/codeofconduct/
