Re: pygtk and long running process

2005-04-25 Thread Robert
On Sun, 24 Apr 2005 19:46:52 -0600, Daniel Cer wrote: > Daniel Cer wrote: >> Robert wrote: >> >>> I have a command line app that can take up to 20 minutes to complete and >>> every minute or so updates it's status (spits it out to console). I am >>> writing a front end for this app in python/gtk

Re: pygtk and long running process

2005-04-24 Thread Daniel Cer
Daniel Cer wrote: Robert wrote: I have a command line app that can take up to 20 minutes to complete and every minute or so updates it's status (spits it out to console). I am writing a front end for this app in python/gtk and was wondering what command I use to a) invoke the command and b) how to

Re: pygtk and long running process

2005-04-24 Thread Daniel Cer
Robert wrote: I have a command line app that can take up to 20 minutes to complete and every minute or so updates it's status (spits it out to console). I am writing a front end for this app in python/gtk and was wondering what command I use to a) invoke the command and b) how to capture it's out

pygtk and long running process

2005-04-24 Thread Robert
Hi, I have a command line app that can take up to 20 minutes to complete and every minute or so updates it's status (spits it out to console). I am writing a front end for this app in python/gtk and was wondering what command I use to a) invoke the command and b) how to capture it's out put and f