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? -- http://mail.python.org/mailman/listinfo/python-list
- Getting stdout from other processes Matthias Vogelgesang
- Re: Getting stdout from other processes Diez B. Roggisch
- Re: Getting stdout from other processes Miki
- Re: Getting stdout from other processes Matthias Vogelgesang