Comment 4 for bug 893091

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 893091] Re: Port dbus-python to Python 3

On Jan 07, 2012, at 10:08 PM, Jason Gerard DeRose 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.

Hi Jason. Thanks so much for testing the PPA. This will be fixed in ~ppa4.
I forgot to update Makefile.am with the new dbus/_compat.py file.