My only code which i written is causing errors. Any ideas? Here is my error:
C:\Python27\python.exe "C:/Users/USER/Desktop/Python/AB-Windows.py"
Traceback (most recent call last):
File "C:/Users/USER/Desktop/Python/AB-Windows.py", line 1, in <module>
from tkinter import *
ImportError: No module named tkinter
Here's the code:
from tkinter import *
root = Tk()
root.mainloop()