Serhiy Storchaka added the comment:

There is not well known old way how to make executable Python files on Windows. 
Add line "@python -x %0 %*" at the start of your Python script and rename the 
script to *.bat. The "-x" option makes Python to skip first line that is not 
Python, and @ forbids echoing executed command in bat-file.

Could zipapp support this feature?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23491>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to