I am using Python 2.7 for my project and I am trying to import Tkinter. But I get the following error:
ImportError: No module named tkinter
I have tried both "Tkinter" and "tkinter" but have gotten the exact same message. Can anyone help me fix this issue?