On Thu, 2009-08-13 at 19:47 -0500, Nick Peters wrote: > I am just starting out writing my first app > import gtk.glade
i started my first program with gtk a while back too. and the first i learned from gtk people was: http://www.micahcarrick.com/05-30-2008/gtk-builder-libglade-faq.html#2 "You should use GtkBuilder if you can as GtkBuilder is expected to replace Libglade" but maybe you knew, and need libglade anyway. just wanted to point out, as your code is not so big yet :) cheers .andre ps. and the latest glade (for a while now) saves to gtkbuilder format by default. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
