[pygtk] problems on installing PyGTK in Windows XP
Yang Yang
yyangbian at gmail.com
Thu Oct 22 10:24:05 WST 2009
Python 2.6.3 is installed on my Windows XP throught the binary file
provided by Python.org. Then I followed the steps described here:
http://faq.pygtk.org/index.py?req=show&file=faq21.001.htp
to install PyGTK. However, I still get the following error:
>>> import pygtk
>>> pygtk.require('2.0')
>>> import gtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\lib\site-packages\gtk-2.0\gtk\__init__.py", line
48, in <mod
ule>
from gtk import _gtk
ImportError: DLL load failed: The specified module could not be found.
I googled this problem and noticed that there are quite a few people
having the same problem. But I am unable to find anything which helps
me solve this problem.
Could you please give me some suggestions?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20091021/04bb0f98/attachment.htm
More information about the pygtk
mailing list