tkinter is supposed to be installed with standard python, but on my windows 8.1 computer (using enthought Canopy), I get the following error. I just updated everything.
import tkinter
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-4-b98d59735c04> in <module>()
----> 1 import tkinter
ImportError: No module named tkinter