[issue4015] [patch] make installed scripts executable on windows
anatoly techtonik
report at bugs.python.org
Wed Apr 1 22:25:45 CEST 2009
anatoly techtonik <techtonik at gmail.com> added the comment:
The solution with launcher is complex (if not complicated). It will make
scripts unportable - consider using a removable disk with your Python
and application script. The interpreter was not installed on target
system, but with .bat file application is still able to run.
In case there is a problem with registry (backup/restore/profile
migration operation) when recorded version differs from actual installed
file, you will have a great time trying to debug what your script fails
to work, because the version of Python is wrong. I would name this
behaviour implicit.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4015>
_______________________________________
More information about the Python-bugs-list
mailing list