In the simple code
import gtk
class GettingStarted:
def __init__(self): window = gtk.Window() window.show()
GettingStarted()
gtk.main()
I receive an import error at the lines
from glib._glib import *
_PyGLib_API = _glib._PyGLib_API
DLL load failed: The specified module could not be found.
For background, I am running 64bit windows7 and using 64bit canopy and I got my modules here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
I downloaded the following 64bit files into the site-packages folder accompanied by Canopy
C:...\AppData\Local\Enthought\Canopy\User\Lib\site-packages\
pygtk-2.22.0,
pygobject-2.28.6,
pycairo-1.10.0,
python-dateutil-1.5,
pyparsing-2.0.1,
numpy-1.7.1,
matplotlib-1.3.1rc2