[Image-SIG] pdf to image

Carl Karsten carl at personnelware.com
Sun Jan 13 16:53:01 CET 2008


Fredrik Lundh wrote:
> 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?
> 

Yes.

It even behaves most of the time when run from subprocess.call(gs_command).

Carl K


More information about the Image-SIG mailing list