Reputation: 6898
all,
I have the latest version of PyGTK and Glade 3.8.0 installed on my Windows 7 system. However, I cannot locate gtk-builder-convert ANYWHERE, either on my system or online.
Where can I download gtk-builder-convert, and if it isn't an installer, where should I put the files for it? In my Python27 folder? In my Glade program files? Does it matter?
A previous question on here on this matter got me nowhere. The provided link does not contain the download.
Upvotes: 1
Views: 750
Reputation: 9663
Glade 3.8.0 can save GtkBuilder files natively, so you don't generally need gtk-builder-convert
.
But if you really need it for some reason, this appears to be what you're looking for: http://ossbuild.googlecode.com/svn-history/r937/trunk/Shared/Build/Windows/Win32/bin/gtk-builder-convert
Upvotes: 2