[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, France | [EMAIL PROTECTED]|
/V\ |---| www.informactis.com|
   // \\|   `|
  /(   )\   | Visit: http://www.multimania.com/cieexcalibur/ |
   ^^-^^`'

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



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 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 heard that pyglade may be morphed into a wrapper for libglade. Has
> this happened?
> 
> Thanks very much.
> 
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
 LocalWords:  libglade
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



[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 heard that pyglade may be morphed into a wrapper for libglade. Has
this happened?

Thanks very much.

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]