>I have a problem with the module subprocess!
>The problem is that the external software that I am running under
>subprocess.Popen opens stdin, stdout, stderr, and other file descriptors to
>write and read in the hard drive.
As many other programs...
>I know how to capture stdin, stdout and stder
At Wednesday 22/11/2006 09:40, [EMAIL PROTECTED] wrote:
I have a problem with the module subprocess!
The problem is that the external software that I am running under
subprocess.Popen opens stdin, stdout, stderr, and other file descriptors to
write and read in the hard drive.
As many other pro
Hi all!
I have a problem with the module subprocess!
The problem is that the external software that I am running under
subprocess.Popen opens stdin, stdout, stderr, and other file descriptors to
write and read in the hard drive.
I know how to capture stdin, stdout and stderr, what I cannot do is t