在Fedora 19或Fedora 20(x86_64)中分别手动更新python和python3到版本2.7.6和3.3.3后,我遇到了这个错误:
python
Python 2.7.6 (default, Dec 17 2013, 23:13:55)
[GCC 4.8.2 20131212 (Red Hat 4.8.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import pygtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pygtk
如果运行python2或python2.7,也会发生同样的情况。
之后我手动安装了pygtk(来自网站pygtk.org 2.24版本,我希望它是我需要的版本),但它没有帮助。