subprocess + python-daemon - bug/problem?

Sewar xsewarx at gmail.com
Sat Sep 5 23:54:09 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




More information about the Python-list mailing list