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 nicolaje
Recipients nicolaje, steve.dower, tim.golden, zach.ware
Date 2015-02-14.08:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423903664.61.0.262509212727.issue23462@psf.upfronthosting.co.za>
In-reply-to
Content
You should read:

os.execv('C:/Python34/python.exe',['python.exe','-V'])

os.execlp('C:/Python34/python.exe','python.exe','-V')

os.execvp('C:/Python34/python.exe',['python.exe','-V'])

for the "what works".
History
Date User Action Args
2015-02-14 08:47:44nicolajesetrecipients: + nicolaje, tim.golden, zach.ware, steve.dower
2015-02-14 08:47:44nicolajesetmessageid: <1423903664.61.0.262509212727.issue23462@psf.upfronthosting.co.za>
2015-02-14 08:47:44nicolajelinkissue23462 messages
2015-02-14 08:47:44nicolajecreate