I use Linux. So, if I modify my sdtout behaviour, when I execute:
fin, fout = os.popen4(arg) this is executed asyncronously? And how can I intercept a fout.write() event? The question is that I have a C program (by third part) that streams the logs into the stderr and stdout devices. I need to create an envelopment that captures the outputs and puts them in a file generating log events (for a real-time view). Thanks Luigi -- http://mail.python.org/mailman/listinfo/python-list