I run python version 3.3.0 and when to try to import Tkinter
in command window, I get this type of error:
>>> import Tkinter
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import Tkinter
ImportError: No module named 'Tkinter'
>>>
Please help me out how to solve this problem.