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 ggenellina
Recipients
Date 2007-05-07.21:06:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Use a list of arguments instead, and please remember to use raw strings or double backslashes:

proc = subprocess.Popen([r"c:\Windows\system\ping.exe","localhost"],
shell=1, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
History
Date User Action Args
2007-08-23 14:53:38adminlinkissue1714451 messages
2007-08-23 14:53:38admincreate