Re: Reading output from standard out

2005-05-02 Thread Miki Tebeka
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 te

Reading output from standard out

2005-05-02 Thread Thierry Lam
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.   Thanks Thierry

Reading output from standard out

2005-05-02 Thread Thierry Lam
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.   Thanks Thierry