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 yonas
Recipients yonas
Date 2009-05-27.08:12:14
SpamBayes Score 7.7527096e-07
Marked as misclassified No
Message-id <1243411936.0.0.7060416625.issue6122@psf.upfronthosting.co.za>
In-reply-to
Content
I always get a subprocess error when using embedded Python 2.6.2:

File "/usr/lib/python2.6/subprocess.py", line 1123, in wait:     pid,
sts = os.waitpid(self.pid, 0): OSError: [Errno 10] No child processes

Sample library and main files attached.
History
Date User Action Args
2009-05-27 08:12:16yonassetrecipients: + yonas
2009-05-27 08:12:16yonassetmessageid: <1243411936.0.0.7060416625.issue6122@psf.upfronthosting.co.za>
2009-05-27 08:12:14yonaslinkissue6122 messages
2009-05-27 08:12:14yonascreate