Hi All,
I recently install windows 7 64Bit on my macine.
I'm not able to propely configure the pygtk nodule.
when i try to import the glib module I get the following error:
>>> import glib
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
import glib
File "C:\Python26\lib\site-packages\gtk-2.0\glib\__init__.py", line 22, in
<module>
from glib._glib import *
ImportError: DLL load failed: The specified procedure could not be found.
Thanks in advance
Matteo
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/