My problem is when I write import tkinter
(with the small t) it shows import error. And when I make it capital 'T' : import Tkinter
it works but it pops file dialog error!
Please help!
I am running python 2.7.8 on windows 7 64 bit
My error ( when I use capital T for Tkinter)
Traceback (most recent call last):
File "C:\Users\Ashim\Desktop\plotlib.py", line 5, in <module>
from Tkinter.filedialog import askopenfilename
ImportError: No module named filedialog