[pygtk] [Python-Help] Installing GTK-Glade-PyGTK on Win32. CODE FORMAT FIX
bob gailer
bgailer at gmail.com
Fri Jul 31 23:00:51 WST 2009
DANG! When I copy/paste from Python for Windows the code loses its line
ends!
I am making progress:
>>> import pygtk
>>> pygtk.require("2.0")
>>> import gtk
>>> import gtk.glade
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
But not out of the woods yet.
More information about the pygtk
mailing list