Python2 Python36 # 區別:Python3.6與2 python36-tkinter和 tkinter # 其他版本可通過:yum search thinter ...
Python2
[root@binger ~]# yum -y install tkinter tcl-devel tk-devel [root@binger ~]# rpm -qa | grep ^tk tkinter-2.7.5-77.el7_6.x86_64 tk-devel-8.5.13-6.el7.x86_64 tk-8.5.13-6.el7.x86_64 [root@binger ~]# rpm -qa | grep ^tcl tcl-8.5.13-8.el7.x86_64 tcl-devel-8.5.13-8.el7.x86_64 [root@binger ~]# find /usr -name *tkinter.so [root@binger ~]#
Python36
[root@binger ~]# yum -y install python36-tkinter tcl-devel tk-devel [root@binger ~]# rpm -qa | grep ^tk tkinter-2.7.5-77.el7_6.x86_64 tk-devel-8.5.13-6.el7.x86_64 tk-8.5.13-6.el7.x86_64 [root@binger ~]# rpm -qa | grep ^tcl tcl-8.5.13-8.el7.x86_64 tcl-devel-8.5.13-8.el7.x86_64 [root@binger ~]# find /usr -name *tkinter.so [root@binger ~]#
# 區別:Python3.6與2 python36-tkinter和 tkinter
# 其他版本可通過:yum search thinter
[root@binger ~]# yum search tkinter Loaded plugins: fastestmirror, protectbase Loading mirror speeds from cached hostfile * base: mirrors.neusoft.edu.cn * epel: mirror.premi.st * extras: mirrors.163.com * updates: mirrors.zju.edu.cn 0 packages excluded due to repository protections ============================================================================================================================ N/S matched: tkinter ============================================================================================================================ python34-tkinter.x86_64 : A GUI toolkit for Python 3 python36-tkinter.x86_64 : A GUI toolkit for Python tkinter.x86_64 : A graphical user interface for the Python scripting language Name and summary matches only, use "search all" for everything.