John Hunter [Fri, Jan 02, 2004 at 09:14:27AM -0600]: > As Cousin Stanley mentioned, pygtk was working with the > enthought python before he installed glade.
Some versions of glade for win32 come prepackaged with *OBSOLETE* .dll files, which are also found in GTK Runtime Environment, only they have newer versions there. He either overwriten some .dlls or dlls from glade package went to c:\winnt\system or c:\winnt\system32 -- and are included _before_ GTK Runtime Environment dlls are. I have had similar problem on win32; when installing glade make sure you install only "glade.exe" and needed files and _not_ overwrite your existing GTK Runtime. In case DLLs from glade went to win32 system directory, they should be deleted. -- Michal Pasternak :: http://pasternak.w.lub.pl :: http://winsrc.sf.net _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
