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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to