Hello Thierry,

>    Let's say I have a python program which prints output to standard out,
>    let's call it HelloApp.  How do I capture these outputs from the
>    python GUI tkinter? For example, I want to call HelloApp from my GUI
>    program and I want to send the output live to a tkinter text area.
See os.popen or the subprocess module.

HTH.
--
------------------------------------------------------------------------
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys

Attachment: pgpTmiXVF6aUR.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to