Closed xuzhen closed 4 years ago
from https://github.com/M7S/dockbarx/blob/pygi-python3/dockbarx/zg.py#L29 from zeitgeist import client, datamodel
from zeitgeist import client, datamodel
The problem is that there is no python3-zeitgeist on Ubuntu. python3-zeitgeist on Debian is not compatible with python3, and the maintainer suggests using GIR binding instead.
Fixed.
from https://github.com/M7S/dockbarx/blob/pygi-python3/dockbarx/zg.py#L29
from zeitgeist import client, datamodel
The problem is that there is no python3-zeitgeist on Ubuntu. python3-zeitgeist on Debian is not compatible with python3, and the maintainer suggests using GIR binding instead.