我已经安装了 tk,但出现错误:import _tkinter 没有名为“_tkinter”的模块

我已经安装了 tk,但出现错误:import _tkinter 没有名为“_tkinter”的模块

首先,我在 ubuntu 19.04 上使用 python 3.6.7。我尝试运行一个程序,但出现错误:

`

import _tkinter # If this fails your Pytho` may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'.

`

但是当我输入

sudo apt install python3-tk

我明白了

python3-tk is already the newest version

我不明白为什么会发生这种情况,谷歌搜索也没有帮助我。你有什么想法吗?提前谢谢!

相关内容