On 20-05-10 15:30, Jeenu V wrote: > Hi, > > I'm trying to get PyGtk on Windows XP. For that, I installed (in that > order), Active Python 2.6 (installed in c:\python26), GTK 2.16 run > time bundle (downloaded from http://www.gtk.org/download-windows.html, > extracted to c:\gtk-runtime, and added c:\gtk-runtime\bin to %PATH%), > PyGtk 2.16 installer (downloaded from > http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.16/). All > installations went fine. However, I get the following error when I try > to import pygtk. This is what I've got: > Have you read the section "PyGTK for Microsoft Windows" on http://www.pygtk.org/downloads.html ?
Cheers, Timo > H:\>python > ActivePython 2.6.5.12 (ActiveState Software Inc.) based on > Python 2.6.5 (r265:79063, Mar 20 2010, 14:22:52) [MSC v.1500 32 bit > (Intel)] on win32 > Type "help", "copyright", "credits" or "license" for more information. > >>>> import pygtk >>>> > Traceback (most recent call last): > File "<stdin>", line 1, in<module> > ImportError: No module named pygtk > >>>> import sys >>>> sys.path >>>> > ['', 'C:\\WINDOWS\\system32\\python26.zip', 'C:\\Python26\\DLLs', > 'C:\\Python26\\lib', 'C:\\Python26\\lib\\plat-win', > 'C:\\Python26\\lib\\lib-tk',' > C:\\Python26', 'C:\\Python26\\lib\\site-packages', > 'C:\\Python26\\lib\\site-packages\\gtk-2.0', > 'C:\\Python26\\lib\\site-packages\\win32', 'C:\\Pyth > on26\\lib\\site-packages\\win32\\lib', > 'C:\\Python26\\lib\\site-packages\\Pythonwin', > 'C:\\Python26\\lib\\site-packages\\setuptools-0.6c11-py2.6.egg > -info'] > >>>> > I couldn't find any solution for my problem above. Am I required to > install anything more? Please help. > > Thanks in advance, > Jeenu > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
