popen and stderr

Robert Deskoski darkmooninorbit at gmail.com
Thu Feb 2 02:04:05 EST 2006


Hey all,

Currently i'm trying to use popen3 to access stderr - i wanted to use it to
output some text to the
parent process, so it can display it (non-console, graphically is what I
mean). Is it possible
to write to stderr fromt he child process or, barring this, to attach
another stream to the child
process and use that to send back text. I'd use stdout, but it's already
being used for console
output.

Thanks for any help given,
Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060202/c729918b/attachment.html>


More information about the Python-list mailing list