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 techtonik, terry.reedy
Date 2008-10-04.11:16:26
SpamBayes Score 2.8785367e-09
Marked as misclassified No
Message-id <1223118988.11.0.946909660715.issue4015@psf.upfronthosting.co.za>
In-reply-to
Content
1. Associations still do not show Scripts/ among executable files in Run
dialog.

2. Association works only for one version of properly installed Python.
It won't work if Python is installed for different user, if extensions
are not registered or if Python was copied from another machine. 

3. Association will call only the latest Python when you may need to
maintain several installations for your applications. 90% of Python
software is still compiled only for Python 2.5 and when .py association
is set for latest 2.6 users still need to have scripts located in 2.5
dist subdir to be executed with version 2.5

4. Some *nix-developed applications create Python Scripts/ without any
extension at all

Created .bat files guarantee that scripts will be executed with the
version of Python they were installed for. In my opinion this options
should be turned on by default even if made optional to allow users
forget about platform differences.
History
Date User Action Args
2008-10-04 11:16:28techtoniksetrecipients: + techtonik, terry.reedy
2008-10-04 11:16:28techtoniksetmessageid: <1223118988.11.0.946909660715.issue4015@psf.upfronthosting.co.za>
2008-10-04 11:16:27techtoniklinkissue4015 messages
2008-10-04 11:16:26techtonikcreate