I'm building a tool with a GUI and I would like to try Gtk + 3. However after installing it through the the link here (http://sourceforge.net/projects/pygobjectwin32/files) which I found on a similar posted question (Installing python gtk on windows 7 64-bit), I don't seem to be able to access the modules in Python.
Apart from downloading Gtk+3 and installing it, what do I need to do to be able to write 'import gi' and have it work?