Monitoring the output of an external program
Calvin Spealman
ironfroggy at socialserve.com
Thu Dec 13 12:14:43 EST 2007
More information about the Python-list mailing list
Thu Dec 13 12:14:43 EST 2007
- Previous message (by thread): how to include a tiny debug feature in my project ?
- Next message (by thread): Monitoring the output of an external program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I always recommend the subprocess module for any needs like this. Read up on it and it should provide everything you need. On Dec 13, 2007, at 2:41 AM, Caleb Marcus wrote: > I'm writing something that has to invoke an external program, and > every time the external program prints something, update a UI. How > would I go about doing this? > -- > http://mail.python.org/mailman/listinfo/python-list
- Previous message (by thread): how to include a tiny debug feature in my project ?
- Next message (by thread): Monitoring the output of an external program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list