我正在使用Python3.4
。我正在尝试打开一个应用程序,该应用程序应该使用Python
并且似乎无法使其正常运行。我确实收到以下错误:
Traceback (most recent call last):
File "pychess", line 24, in <module>
gi.require_version("Gtk", "3.0")
AttributeError: 'module' object has no attribute 'require_version'
答案 0 :(得分:0)
使用pip install PyGTK
安装依赖项,正如JoãoCartucho建议的那样。