Where can I find the gtk-builder-convert script?
Posted
by Marty
on Stack Overflow
See other posts from Stack Overflow
or by Marty
Published on 2010-03-09T01:49:22Z
Indexed on
2010/03/09
1:51 UTC
Read the original article
Hit count: 378
I've built a small GUI app for work that uses some .glade files for pop-up windows. Recently, the ground beneath me was shifted - my environment was upgraded. Newer pyGTK versions require GTKBuilder and .xml files instead of Glade and .glade files and now my poor app is broken.
I need to convert the .glade file to the newer .xml file. Problem is Glade-3 is not on our system, and I can't find gtk-builder-convert on the web. I've looked at the Gnome GIT Browser, don't know where to start looking or how to search it.
Would anyone be kind enough to point me to the gtk-builder-convert python script?
© Stack Overflow or respective owner