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

来源:互联网 发布:网络投资是真的吗 编辑:程序博客网 时间:2024/05/29 17:32



这是由于python的版本没有包含tkinter的模块,只需要把tk的package安装就可以了。


apt-get install python-tk


原文: linux python缺少tkinter模块

0 0
原创粉丝点击