[Image-SIG] pdf to image

Fredrik Lundh fredrik at pythonware.com
Sat Jan 12 18:43:20 CET 2008


Carl Karsten wrote:

> close failed: [Errno 10] No child processes
> 
> and stack dumps:
> 
>  >     subprocess.call(gs_command)
>  >
>  >   File "/usr/local/lib/python2.5/subprocess.py", line 443, in call
>  >     return Popen(*popenargs, **kwargs).wait()
>  >
>  >   File "/usr/local/lib/python2.5/subprocess.py", line 1110, in wait
>  >     pid, sts = os.waitpid(self.pid, 0)
>  >
>  > OSError: [Errno 10] No child processes

does the "gs" command behave properly if you run it from the shell?

</F>



More information about the Image-SIG mailing list