Comment 3 for bug 893091

Revision history for this message
Jason Gerard DeRose (jderose) wrote :

Barry, another little packaging issue I found: looks like the `dbus._compat` module isn't being included:

>>> import dbus
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/dbus/__init__.py", line 69, in <module>
    from dbus._compat import is_py2
ImportError: No module named _compat

Same issue under Python3.