python - Error Importing GTK -


i'm running python 2.7, latest version of gtk installed.

i'm trying import gtk following line of code:

import gtk 

it throwing following error:

traceback (most recent call last): file "c:\gtktutorial\tutorial.py", line 3, in import gtk file "c:\python27\lib\site-packages\gtk-2.0\gtk__init__.py", line 40, in gtk import _gtk importerror: dll load failed: specified procedure not found.

how fix this? import pygtk working, , have glade 3.8.0 installed.

where did pygtk installer from? try using one: http://ftp.gnome.org/pub/gnome/binaries/win32/pygtk/2.22/pygtk-all-in-one-2.22.6.win32-py2.7.msi


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -