Search code examples
pythongtkglade

where can I find GladeGen?


I'd like to design a GUI using Glade, and generate python code from it. The thing is, I can't find GladeGen. Does anyone know where it can be downloaded from?


Solution

  • Why not use the GUI designer is something like Anjuta or the Glade program, write that out to glade XML and use the python bindings for libglade to use the XML file ... Kind of like XAML.

    Edit, added some links to Glade.xml->python

    http://glc.sourceforge.net/
    http://www.pygtk.org/ (might help)