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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)