Re: problems on installing PyGTK in Windows XP

2009-10-29 Thread News123
Hi Yang, Did you modify the path environment variable to point to your gtk lib? This might be the problem. Below the steps, that I followed. > General instructions are under http://www.pygtk.org/downloads.html > > In detail: > > Install the GTK+ bundle > > * Download the bundle > http

problems on installing PyGTK in Windows XP

2009-10-21 Thread Yang
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') >>>