Published
- 1 min read
Cannot find reference `ttk` in `Tkinter.py`
The solution for this is noted below
Cannot find reference ttk
in Tkinter.py
Solution
# Replace what you have with the following:
import Tkinter
import ttk
Try other methods by searching on the site. That is if this doesn’t work