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

Re: [pygtk] pyglade and libglade

2000-02-09 Thread Matt Wilson
pyyglade is a deprecated xml parser/widget hierarchy creator. You should use the libglade python module, which is a wrapper for libglade, has more functionality, and is faster than pyglade. Matt On Wed, Feb 09, 2000 at 01:35:49AM -0800, Gerald Gutierrez wrote: > > At the risk of ostracizing my

[pygtk] pyglade and libglade

2000-02-09 Thread Gerald Gutierrez
At the risk of ostracizing myself by asking too many of these types of questions ... what is the current developmental state of pyglade and libglade? I'm thinking of starting some Python/gtk projects soon. Does the dual provide all the functionality that Glade itself provides? Some time ago I hea