Home
> Uncategorized > how to install gtksourceview2 on windows
how to install gtksourceview2 on windows
download and install all the following components:
gtk runtime installer (easier than take all the binaries and put them together)
http://sourceforge.net/projects/gtk-win/
gtksourceview2.4 binaries for win32
http://ftp.gnome.org/pub/gnome/binaries/win32/gtksourceview/2.4/
put them in the gtk runtime lib folder (or somewhere in your path)
pygtksourceview2 installer for win32
http://ftp.gnome.org/pub/gnome/binaries/win32/pygtksourceview/
libxml2, latest version binaries (really take the latest version)
ftp://xmlsoft.org/libxml2/win32/
put them in the gtk runtime lib folder (or somewhere in your path)
ok, now you can take the code in the previous post and execute it successfully.
Categories: Uncategorized
gtksourceview2, libxml2, pygtk, python, win32
a little update:
the listed gtk runtime doesn’t contain a valid glade dll. so, you shall download another gtk runtime… (http://gladewin32.sourceforge.net/)
extract from this archive the libglade-2.0.0.dll file and put it into the lib folder. make sure that your path environment variable contains the good gtk runtime… otherwise you will miss other things (gtksourceview, for example)..
good luck 🙂