Re: Interprocess communication woes

2007-07-20 Thread Murali
On Jul 19, 4:30 am, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: > Murali <[EMAIL PROTECTED]> wrote: > > After some investigation, I found out that this problem had nothing to > > do with my GUI app not getting refreshed and I was able to reproduce > > this problem with normal python scripts. Here

Re: Interprocess communication woes

2007-07-19 Thread Nick Craig-Wood
Murali <[EMAIL PROTECTED]> wrote: > After some investigation, I found out that this problem had nothing to > do with my GUI app not getting refreshed and I was able to reproduce > this problem with normal python scripts. Here is one such script > > #File test.py > from subprocess import Popen

Interprocess communication woes

2007-07-18 Thread Murali
Hi Python Gurus, I am writing a GUI app (on linux) using pygtk which would launch some external applications and display their stdout and stderr inside the output window of my application synchronously. I am using the subprocess module's Popen to launch the external programs and to capture their s