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.
0
votes
1 Answers
0
votes
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