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
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to