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 asksol
Recipients amaury.forgeotdarc, asksol, elprans, flub, giampaolo.rodola, loewis, marcelo_fernandez
Date 2009-09-16.13:02:19
SpamBayes Score 0.00010063496
Marked as misclassified No
Message-id <1253106141.03.0.502516973596.issue5672@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury Forgeot d'Arc, wrote:
  And I'd follow the same path: provide a way to build a launcher - 
  a .exe file that simply starts python with the given script.

Sounds good, but how would you expect to set the process name
for a subprocess, like a multiprocessing.Process? Make one shell script
for every process you want to launch and use exec? Maybe even dynamically 
create the scripts? This is not a solution.
History
Date User Action Args
2009-09-16 13:02:21asksolsetrecipients: + asksol, loewis, amaury.forgeotdarc, giampaolo.rodola, flub, marcelo_fernandez, elprans
2009-09-16 13:02:21asksolsetmessageid: <1253106141.03.0.502516973596.issue5672@psf.upfronthosting.co.za>
2009-09-16 13:02:19asksollinkissue5672 messages
2009-09-16 13:02:19asksolcreate