I just installed python-3.8.3 on ubuntu. while tkinter was working on python-3.5, I am getting error import _tkinter # If this fails your Python may not be configured for Tk ModuleNotFoundError: No module named '_tkinter' on python-3.8.3. I did sudo apt-get install python3-tk, but the problem still persists.
Asked
Active
Viewed 411 times
0
-
Does this answer your question? [Install tkinter for Python](https://stackoverflow.com/questions/4783810/install-tkinter-for-python) – 10 Rep Jul 13 '20 at 22:19
1 Answers
0
https://stackoverflow.com/a/51114470/12977390
oh... may be you should try with:
sudo apt install python3-tkinter
i do use fedora linux, and python3-tk does't work, but '-tkinter' do. tell me if was successful
Santiago D
- 46
- 3