|
Dear all,
I've been trying to get GTK up and running with Python 2.7 on windows 7, but I always get the following message: C:\Users\Philippe>python Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win 32 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> import gtk Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python27\lib\site-packages\gtk-2.0\gtk\__init__.py", line 40, in <mod ule> from gtk import _gtk ImportError: DLL load failed: The specified procedure could not be found. I've been trying to install many different versions of gtk-runtime-2.nn.n-yy-mm-dd-ash.exe and pygtk-all-in-one-2.nn.n.win32-py2.7.msi but I always get the same message. I followed all the advice I could find on the net, and even reinstalled my python, but I always get the same error. Does anybody know about an installation process that works on Win7?
thanks
|