Python 中 tkinter 源码安装使用与中文乱码
主要是因为下面这两个原因,所以决定从源码编译安装去折腾一下 tkinter,以下是一些记录。
_tkinter not found
Python 3 源码编译安装,执行 make 过程中提示 _tkinter not found,如下:
$ make
......
Python build finished successfully!
The necessary bits to build these optional modules were not found:
_tkinter