On 12/13/07, Caleb Marcus <[EMAIL PROTECTED]> 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?
>

Use sys.popen or pexpect module.
With pexpect you can even use single thread.

-- 
Vladimir Rusinov
GreenMice Solutions: IT-решения на базе Linux
http://greenmice.info/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to