如何在Redhat linux 7中使用python 2.7.5安装Tkinter模块?

时间:2017-04-27 12:17:29

标签: python tkinter

我在rhel-7x中使用Python 2.7.5。我试图导入Tkinter但是我收到了如下错误

`Python 2.7.5 (default, Oct 11 2015, 17:47:16) 
 [GCC 4.8.3 20140911 (Red Hat 4.8.3-9)] on linux2
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import Tkinter
        Traceback (most recent call last):
        File "<stdin>", line 1, in <module>
        ImportError: No module named Tkinter`

你能帮我在rhel-7x中使用python 2.7.5版安装Tkinter模块吗?提前谢谢......

2 个答案:

答案 0 :(得分:4)

你在哪个红帽?企业,fedora,centOs?

yum install tkinter

答案 1 :(得分:0)

您需要在> sessionInfo() R version 3.4.0 (2017-04-21) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.2 LTS Matrix products: default BLAS: /usr/lib/libblas/libblas.so.3.6.0 LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=es_ES.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=es_ES.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=es_ES.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=es_ES.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.4.0 tools_3.4.0 tcltk_3.4.0 中启用可选的rpm仓库。

您可以在文件中找到如下所示的部分,并设置/etc/yum.repos.d/redhat.repo

enable=1

启用可选项后,命令 [rhel-7-workstation-optional-rpms] ... enabled = 1 可能会像我一样工作。