Hello
deepin
2020-07-05 01:16 另一个方法是安装anaconda,省心
编译的3.8只能拿来当玩具了。。。。。。。叹气
编译的3.8只能拿来当玩具了。。。。。。。叹气
Reply Like 0 View the author
https://bbs.deepin.org/post/196710
我前几天编译了一次python3.8,试了一下import tkinter as tk 也是不成,
后来直接上3.9一次编译通过, 再i ...
https://bbs.deepin.org/post/196710
编译安装后没有tkinter是因为在编译时没有安装tk-dev
https://bbs.deepin.org/post/196710
前后两次编译参数一样,第一次tkinter不能用,第二次能用,唯一区别就是Python的版本不同,一个3.8,另一 ...

然后终端输入python3
>>import tkinter
>>
就不会报错了
如果是编译的语言,那么只能够编译到底了