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 techtonik
Recipients amaury.forgeotdarc, asvetlov, bebac, jmfauth, mhammond, tarek, techtonik, terry.reedy
Date 2009-04-01.20:25:43
SpamBayes Score 3.568791e-08
Marked as misclassified No
Message-id <1238617545.63.0.00940544719571.issue4015@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-01 20:25:45techtoniksetrecipients: + techtonik, mhammond, terry.reedy, amaury.forgeotdarc, tarek, jmfauth, bebac, asvetlov
2009-04-01 20:25:45techtoniksetmessageid: <1238617545.63.0.00940544719571.issue4015@psf.upfronthosting.co.za>
2009-04-01 20:25:44techtoniklinkissue4015 messages
2009-04-01 20:25:43techtonikcreate