Brian Gallew wrote: >On Wed, 2001-10-24 at 23:46, Christian Robottom Reis wrote: > >>Why _not_ libglade, btw? >> > >Because debugging libglade code that segfaults is a pain in the butt? I >think it's *much* easier to just write the GUI by hand using gtk.py. >OTOH,I've been writing GUIs in Tk for a long time, so the learning curve >isn't nearly as steep as it could be. > Have you tried out the latest version of libglade? It should be a lot safer for use with python, as it performs a few more runtime checks to make sure glade_xml_get_widget() will always return a valid pointer (or NULL) -- never a pointer to a destroyed widget (this was a feature I put in the development version of libglade, and then realised I could backport to the stable branch without breaking anything).
James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
