pygtk  

[pygtk] Unable to import glib

euro...@libero.it
Fri, 29 Jan 2010 04:33:42 -0800

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   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/