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
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File "~/.local/lib/python2.7/site-packages/bluetool/blueserver.py", line 32, in <module>
import gobject as GObject
ImportError: No module named gobject
Fixed by installing (Archlinux) package python2-gobject (and for python3, pip install gobject is a thing).
Mentioning it here in case it helps someone / needs to be added to dependencies.
Also setuptools is also a dependency, albeit a common one.