I was using tkinter all fine but one day I turned on my pc and just stopped working.
I use python 3.9.10 windows
code:
from tkinter import *
from tkinter.ttk import *
terminal:
from tkinter import *
File "C:\Users\rotok\AppData\Local\Programs\Python\Python39-32\lib\tkinter\__init__.py", line 36, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'