VincentTSW
Programmer
Hi All,
Can you please guide me through how to creape a pipe process with all the below criteria(using win32api modules):
>>stdin, stdout and stderr file object control
>>stdin/stderr.read() will not 'deadlock' if output buffer in another end of pipe is empty
I tried subprocess.Popen, os.popen*, os.spawn,..... but none of them meet all the specifications above.
Looking forward to your reply.....
Best regards,
Vincent
Can you please guide me through how to creape a pipe process with all the below criteria(using win32api modules):
>>stdin, stdout and stderr file object control
>>stdin/stderr.read() will not 'deadlock' if output buffer in another end of pipe is empty
I tried subprocess.Popen, os.popen*, os.spawn,..... but none of them meet all the specifications above.
Looking forward to your reply.....
Best regards,
Vincent