popen(), sendmail: Success?

Carsten Gaebler news at snakefarm.org
Thu Apr 10 17:59:13 EDT 2003


In article <pan.2003.04.10.23.50.37.62608.750 at thomas-guettler.de>,
Thomas Guettler wrote:

> popen can you give an stdout and stderr (Standard out/error) stream. Read
> them after writing to stdin.

No, you can't read the stdout and stderr of a process spawned by popen()
because its stdout and stderr are connected to the stdout and stderr of
the calling process.

cg.




More information about the Python-list mailing list