- Code: Select all
Traceback (most recent call last):
File "/usr/bin/bluez-simple-agent", line 5, in <module>
from gi.repository import GObject
ImportError: No module named gi.repository
So I have no module called gi.repository it seems. One thread suggests installing python3-gi, but arch for arm doesn't seem to have this. I've tried reinstalling packages, and removing python3 and leaving python2, but I've had no luck. Anyone have any ideas?