出现这个问题是由于python的版本没有包含tkinter的模块,只需要把tk的package安装就可以了。 一般在linux才出现,windows版本一般已经包含了tkinter模块。
sudo apt-get install python3-tk
如果提示找不到这个模块的话,则更新一下apt-get,就可以了
sudo apt-get update
sudo apt-get install python3-tk
出现这个问题是由于python的版本没有包含tkinter的模块,只需要把tk的package安装就可以了。 一般在linux才出现,windows版本一般已经包含了tkinter模块。
sudo apt-get install python3-tk
如果提示找不到这个模块的话,则更新一下apt-get,就可以了
sudo apt-get update
sudo apt-get install python3-tk