deepin怎么调用python3的tkinter模块?
Tofloor
poster avatar
thepoy
deepin
2019-06-30 23:39
Author
我是个新手,从没用过linux,安装了python3-tk:
  1. sudo apt-get install python3-tk
Copy the Code
在进入python3,后依然无法import Tkinter:


请问各位,如何才能正确地安装Tkinter模块呢?
Reply Favorite View the author
All Replies
avatar
Lyvnee
deepin
2019-07-01 00:30
#1
tkinter  注意大小写
Reply View the author
avatar
thepoy
deepin
2019-07-01 01:04
#2
https://bbs.deepin.org/post/180050
tkinter  注意大小写

我去,为什么python2的是Tkinter,python3就是tkinter了,大小写都能变化的吗?
Reply View the author
avatar
Lyvnee
deepin
2019-07-01 02:12
#3
https://bbs.deepin.org/post/180050
我去,为什么python2的是Tkinter,python3就是tkinter了,大小写都能变化的吗?

py3的时候变小写了,你可以查查
Reply View the author