Python's AttributeError: 'module' object has no attribute 'require_version' -
i using python3.4
. trying open application supposedly uses python
, can't seem working. receive 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'