subprocess + python-daemon - bug/problem?

Sewar xsewarx at gmail.com
Sat Sep 5 23:43:13 EDT 2009


I got the same bug.

Traceback (most recent call last):
  File "./script1.py", line 30, in <module>
    call(["python", "script2.py", "arg1"], stdout=sys.stdout, stderr=STDOUT)
  File "/usr/lib/python2.6/subprocess.py", line 444, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.6/subprocess.py", line 1123, in wait
    pid, sts = os.waitpid(self.pid, 0)
OSError: [Errno 10] No child processes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090906/99dd0976/attachment.html>


More information about the Python-list mailing list