<div dir="ltr">I got the same bug.<br><br>Traceback (most recent call last):<br>  File "./script1.py", line 30, in <module><br>    call(["python", "script2.py", "arg1"], stdout=sys.stdout, stderr=STDOUT)<br>
  File "/usr/lib/python2.6/<div dir="ltr">subprocess.py", line 444, in call<br>
    return Popen(*popenargs, **kwargs).wait()<br>  File "/usr/lib/python2.6/subprocess.py", line 1123, in wait<br>    pid, sts = os.waitpid(self.pid, 0)<br>OSError: [Errno 10] No child processes</div></div>