I am using Python3.4 . I am trying to open an application that supposedly uses Python and cannot make it work. I get the following error:
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'
Kalis
source share