ImportError: No module named _tkinter, please install the python-tk package ubuntu运行tkinter错误

这是由于Python的版本没有包含tkinter的模块,只需要把tk的package安装就可以了。 一般在Linux才出现,windows版本一般已经包含了tkinter模块。

apt-get install python-tk

原文: linux python缺少tkinter模块

上一篇:通俗理解隐马尔科夫模型HMM(转载)


下一篇:MySQL数据库(二)——库相关操作、表相关操作(一)、存储引擎、数据类型