bluetool icon indicating copy to clipboard operation
bluetool copied to clipboard

Missing dependency : gobject

Open nikanar opened this issue 5 years ago • 0 comments

  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.

nikanar avatar Aug 22 '18 14:08 nikanar