I have installed pygtk on windows exactly according to the pygtk FAQ (both methods: see http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.002.htp) but I still get the following error when trying to run base.py (or any other example) from the pygtk2 tutorial (http://www.moeraki.com/pygtktutorial/pygtk2tutorial/index.html).
Traceback (most recent call last):
File "C:\tmp\pygtktut\examples\base.py", line 10, in ?
import gtk
File "C:\PYTHON22\lib\gtk.py", line 21, in ?
import _gtk
ImportError: DLL load failed: One of the library files needed to run this application cannot be found.
Any suggestions will be greatly appreciated.
Did you change your PATH to make it point to the gtk+-2.0 DLLs ?
Cedric
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
