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 eric.smith
Recipients Phillip.M.Feldman, Phillip.M.Feldman@gmail.com, amaury.forgeotdarc, eric.araujo, eric.smith
Date 2010-12-21.08:40:08
SpamBayes Score 1.2849429e-08
Marked as misclassified No
Message-id <1292920810.18.0.139346955683.issue10715@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a code snippet that shows the problem:

>>> import subprocess
>>> subprocess.Popen(['foo'])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/subprocess.py", line 593, in __init__
    errread, errwrite)
  File "/usr/lib/python2.5/subprocess.py", line 1079, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
History
Date User Action Args
2010-12-21 08:40:10eric.smithsetrecipients: + eric.smith, amaury.forgeotdarc, eric.araujo, Phillip.M.Feldman@gmail.com, Phillip.M.Feldman
2010-12-21 08:40:10eric.smithsetmessageid: <1292920810.18.0.139346955683.issue10715@psf.upfronthosting.co.za>
2010-12-21 08:40:09eric.smithlinkissue10715 messages
2010-12-21 08:40:08eric.smithcreate