Comment 38 for bug 893091

Revision history for this message
In , El-sakir123 (el-sakir123) wrote :

(In reply to comment #28)
> (From update of attachment 39800 [details])
> fixes problems recently complained about with compiling this

thanks for you patch file i finally can build dbus-python3
but i had error when trying to import it

>>> import dbus

no module named dummy_thread

it was easy for me to figure it out that python3 changed the module thread to _thread

so all i had to do is replacing dummy_thread with _thread

and now i can import it