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
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
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