Fri, 11 Jan 2008
GUIs with PyGTK and Glade
Today I had to write a simple GUI program on a deadline, so I thought I would try Glade and PyGTK.
Wow, that was easy. I read through a straightforward LinuxJournal article and now I feel fairly comfortable with this for single-window applications. The thing I'm not really sure of is how to change the window the program displays, but maybe one day I will. (-:
Update: There's a GLADE to Python code generator called Kefir that looks nice too.