spawn and standard output

DelPiccolo Ivano ivano.delpiccolo at degroof.be
Thu Feb 14 03:21:26 EST 2002


If you use popen3, you'll have 3 files with stdin,stdout and stderr.
the 2 last are readable and are 2 open files.
well you don't need to create spécific file, popen do it for you.
"Nigel Moriarty" <nw_moriarty at yahoo.com> wrote in message
news:ce0b6758.0202131543.1707e80c at posting.google.com...
> Hi all,
>
> When I spawn a process from a python script on MSW, the standard
> output doesn't go to the terminal where I started the script.  I would
> like to view this output for debugging.  Where does the output go and
> how can I view it?  Do I need to use popen or can I redirect to a
> file?  Any other suggestions?
>
> Nigel





More information about the Python-list mailing list