Getting stdout from other processes

Matthias Vogelgesang matthias.vogelgesang at gmail.com
Fri Feb 22 09:20:54 EST 2008


Hello,
as I found out, it is possible to get the output of other programs
using os.popen() and read from it. However this method is blocking for
server processes and programs that don't stop immediately. Has anyone
an idea how to get the output of such programs?



More information about the Python-list mailing list