Ubuntu下python3安装tkinter包

Posted TQCAI

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu下python3安装tkinter包相关的知识,希望对你有一定的参考价值。

  • case1:

首先sudo apt-get update(如果不更新很有可能找不到tkinter),
然后sudo apt-get install python3-tk,安装完成后就可以使用了。

  • case2:

完美解决ImportError: No module named _tkinter的问题

文中所有的python改为python3

 


以上是关于Ubuntu下python3安装tkinter包的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu下Python3导入EasyGui模块

Ubuntu 下安装最新 Python3.10 教程 (源码安装)

Ubuntu 下安装最新 Python3.10 教程 (源码安装)

markdown ImportError:没有名为'_tkinter'的模块,请安装python3-tk包

Ubuntu系统下,pip3安装python3的pymysql包 报错的问题

Tkinter 和 python3.5 的导入错误