Re: [pygtk] Blocking main loop during execution of external program

2008-05-22 Thread Neil Dugan
Vláďa wrote: Hi, I'd like to ask you for help with solving my problem. First I'll try to describe what I'm doing: I have a PyGTK application which needs to run an external command. I use subprocess.Popen to do it. Then I run a gtk.Dialog (saying "Please wait") and wait until the process is

[pygtk] Blocking main loop during execution of external program

2008-05-18 Thread Vláďa
Hi, I'd like to ask you for help with solving my problem. First I'll try to describe what I'm doing: I have a PyGTK application which needs to run an external command. I use subprocess.Popen to do it. Then I run a gtk.Dialog (saying "Please wait") and wait until the process is finished. Afte