Summary it worked. but I also have had it to this stage Your proceduer below does not install glade?
2. I Install the GTK+ runtime from gladewin32
http://prdownloads.sourceforge.net/gladewin32/gtk-win32-2.4.9-rc1.exe?download
but wait where is Glade??
glade is a developer tool and as such, is part of the GTK+ developement environment. You installed the GTK+ runtime, which only includes the GTK+ DLLs and some other files useful to "final users". This is exactly the same with java (j2re vs. j2se <-> GTK+ Runtime vs. GTK+ Developement Environment).
If you want glade, first uninstall the GTK+ runtime (no need to uninstall pygtk), then install the full, much bigger all-in-one GTK+ developement environment
http://prdownloads.sourceforge.net/gladewin32/gtk-win32-aio-2.4-rc17.exe?download
Cedric
P.S. : glade.pyd, the python binding of the libglade library is included in the pygtk installer.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
