I’ve been trying out these Glade tutorials. My God if you thought PyGTK was bad, just try using Glade to design with!

It’s horrible. For some reason PyGTK is really badly documented (like wxPython, it mainly refers you to the C++ docs) and the sizers are horribly like Tkinter, and the event handling could really learn a lot from PyQt.

And like Python’s Postgres modules, you never know which version you should be using – gnome’s libglade, pygtk’s gtk.glade, or some other glc app which I guess is a pyuic ripoff. It’s the same problem with making applets, there’s documentation for the deprecated gnome.applet routines, but not for the new gnomeapplet.