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 asvetlov
Recipients amaury.forgeotdarc, asvetlov, bebac, jmfauth, mhammond, tarek, techtonik, terry.reedy
Date 2009-04-01.15:35:51
SpamBayes Score 2.1086447e-07
Marked as misclassified No
Message-id <1238600152.82.0.278919885896.issue4015@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe also let's look on setuptools solution.It can make windows 
executable for 'entry point scripts'.

Also there are family scripts for single entry point:
* easy_install.exe
* easy_install-2.5.exe
* easy_install-2.5-script.py
* easy_install-script.py

I like it. Exe files executes specific python version. If you are 
installed library in python 2.6 - python 2.6 interpreter will be used, 
not looking in 'default' interpreter etc.

I use setuptools and for me it gives good 'executive python scripts'.  

BTW, double click executes 'default' interpreter, not last installed.
History
Date User Action Args
2009-04-01 15:35:52asvetlovsetrecipients: + asvetlov, mhammond, terry.reedy, amaury.forgeotdarc, techtonik, tarek, jmfauth, bebac
2009-04-01 15:35:52asvetlovsetmessageid: <1238600152.82.0.278919885896.issue4015@psf.upfronthosting.co.za>
2009-04-01 15:35:51asvetlovlinkissue4015 messages
2009-04-01 15:35:51asvetlovcreate