Comment 1 for bug 1945885

Revision history for this message
Kevin Pulo (devkev) wrote :

Sorry, I typo'd the test command and didn't realise before submitting the bug report. This is the correct error:

$ python3
Python 3.9.5 (default, May 11 2021, 08:20:37)
[GCC 10.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import xmmsclient.glib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/xmmsclient/glib.py", line 13, in <module>
    from gobject import io_add_watch, IO_OUT, IO_IN, source_remove
ModuleNotFoundError: No module named 'gobject'
>>>
$