Re: [pygtk] button and application

2000-02-10 Thread James Henstridge
How did you start the other application? If you are using os.system() then what you are seing is the correct behaviour -- the parent process suspends until the child dies. If you don't want this behaviour, you will need to do the fork/exec yourself. Something like this: pid = os.fork() if

Re: [pygtk] button and application

2000-02-10 Thread Erik Bågfors
On Thu, Feb 10, 2000 at 08:29:56AM +0100, [EMAIL PROTECTED] wrote: Hello, I would like to launch another application (named B) when I click on a button. I coded this, but since B is not closed, my python-gtk application is freezed. Did I missed something ? Simply make sure you put the

[pygtk] button and application

2000-02-09 Thread dbr
Hello, I would like to launch another application (named B) when I click on a button. I coded this, but since B is not closed, my python-gtk application is freezed. Did I missed something ? Thanks. -- .. .^. | Didier Bretin,