I have installed pygtk in windows from here . Still, when i run a code that has the statement import gtk
in it, i get the error as:
Traceback (most recent call last):
File "E:\pycalc\calc2.py", line 7, in <module>
import gtk
ImportError: No module named gtk
I got the message that "pygtk is installed in your machine", after the installation completion. Please help me