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 abo, astrand, benjamin.peterson, christian.heimes, djc, dsagal, exarkun, gjb1002, gregory.p.smith, grossetti, gvanrossum, nnorwitz, oefe, siemer, tom_culliton, yonas
Date 2009-05-27.08:09:48
SpamBayes Score 2.1725101e-07
Marked as misclassified No
Message-id <1243411798.99.0.102930089691.issue1731717@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

Example library and main program are attached.
History
Date User Action Args
2009-05-27 08:09:59yonassetrecipients: + yonas, gvanrossum, nnorwitz, abo, gregory.p.smith, astrand, siemer, exarkun, gjb1002, oefe, christian.heimes, dsagal, tom_culliton, benjamin.peterson, djc, grossetti
2009-05-27 08:09:58yonassetmessageid: <1243411798.99.0.102930089691.issue1731717@psf.upfronthosting.co.za>
2009-05-27 08:09:54yonaslinkissue1731717 messages
2009-05-27 08:09:53yonascreate