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 vinay.sajip
Recipients alexis, eric.araujo, tarek, tim.golden, vinay.sajip
Date 2011-06-24.10:18:09
SpamBayes Score 2.4172111e-06
Marked as misclassified No
Message-id <1308910690.4.0.535723076497.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
@Tim: It had gone under my radar, thanks for the link!

I don't know if/when it will be accepted (i.e. whether before 3.3), so my suggestion could be considered as a fallback alternative which works now. If the PEP 397 launcher is available, then of course we should use that.

Of course PEP 397 does not support 'pythonw' in shebang lines, but the "pythonw" I am suggesting here will not appear in the final output script anyway. It's more of a hint to build_scripts indicating the launcher to use. It seems this choice is still required, since from a quick reading of PEP 397, I couldn't see how the user could just type "demo" for an eponymous script in a virtualenv and get the correct launcher (console or GUI).
History
Date User Action Args
2011-06-24 10:18:10vinay.sajipsetrecipients: + vinay.sajip, tim.golden, tarek, eric.araujo, alexis
2011-06-24 10:18:10vinay.sajipsetmessageid: <1308910690.4.0.535723076497.issue12394@psf.upfronthosting.co.za>
2011-06-24 10:18:09vinay.sajiplinkissue12394 messages
2011-06-24 10:18:09vinay.sajipcreate