Windows 8.1; Python 2.7: `import gtk` produces ImportError:DLL load failed? -


more completely, traceback:

a:\hamster-src\hamster\win>python hamster-win.py running source folder, modifying pythonpath traceback (most recent call last):   file "hamster-win.py", line 35, in <module>     import gtk   file "a:\anaconda\lib\site-packages\gtk-2.0\gtk\__init__.py", line 30, in <mod ule>     import gobject _gobject   file "a:\anaconda\lib\site-packages\gtk-2.0\gobject\__init__.py", line 26, in <module>     glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \   file "a:\anaconda\lib\site-packages\gtk-2.0\glib\__init__.py", line 22, in <mo dule>     glib._glib import * importerror: dll load failed: %1 not valid win32 application. 

i have installed gtk+ windows runtime environment, available here: http://sourceforge.net/projects/gtk-win/

i installed pygtk using all-in-one installer.

it still seems right dlls cannot found? how fix issue?


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -