You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ hamster
Traceback (most recent call last):
File "/usr/bin/hamster", line 40, in <module>
from hamster import client, reports
File "/usr/lib/python3.9/site-packages/hamster/client.py", line 33, in <module>
from hamster.lib.dbus import (
File "/usr/lib/python3.9/site-packages/hamster/lib/dbus.py", line 3, in <module>
from dbus.mainloop.glib import DBusGMainLoop as DBusMainLoop
ModuleNotFoundError: No module named 'dbus.mainloop.glib'
python-dbus has been installed
The text was updated successfully, but these errors were encountered:
Python 3.9.9 (main, Nov 17 2021, 09:50:59) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbus
>>> print(dbus)
<module 'dbus' from '/usr/lib/python3.9/site-packages/dbus/__init__.py'>
>>> from dbus.mainloop.glib import DBusGMainLoop as joe
>>> print(joe)
<built-in function DBusGMainLoop>
Hamster fails to start on Arch Linux.
python-dbus
has been installedThe text was updated successfully, but these errors were encountered: