I am trying to learn Tkinter in python but when I try to import it, it gives me this error:
Traceback (most recent call last):
  File "main.py", line 1, in <module>
    from tkinter import *
ImportError: No module named tkinter
I don't know what to do, can someone please help? Thanks.
 
    