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-02.11:13:20
SpamBayes Score 6.152473e-07
Marked as misclassified No
Message-id <1238670804.19.0.826417090411.issue4015@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the script to parse unlimited number of parameters on NT,
to return %errorcode% and to fallback to default Python compiler.

It is based on similar workarounds we've made for SCons in
http://scons.tigris.org/source/browse/scons/branches/core/src/script/scons.bat?view=log
 If you look at the SCons .bat closely you'll notice the difference that
it includes code to launch main application script directly from
site-packages thus removing the requirement to have .py script in Scripts/

In my patch I use Template that has placeholders for product name,
author and email. However, the actual data is not written and hints how
to get it in place are still welcome.
History
Date User Action Args
2009-04-02 11:13:24techtoniksetrecipients: + techtonik, mhammond, terry.reedy, amaury.forgeotdarc, tarek, jmfauth, bebac, asvetlov
2009-04-02 11:13:24techtoniksetmessageid: <1238670804.19.0.826417090411.issue4015@psf.upfronthosting.co.za>
2009-04-02 11:13:22techtoniklinkissue4015 messages
2009-04-02 11:13:22techtonikcreate