I can't start Lutris after update (ImportError dbus)

Lutris has been working well since I installed it about a year ago, but since the last time I updated my system about 4 days ago that I can’t use Lutris with the following error:

Traceback (most recent call last):
File “/usr/bin/lutris”, line 16, in
import dbus
ImportError: No module named ‘dbus’

I’ve tried to install dbus-python but I already have it installed ‘dbus-python-1.1.1-9.el7.x86_64’ and my Lutris version is ‘lutris-0.4.1-4.1’

I’m running:
Scientific Linux 7.2 64 bits
AMD A10-7850K

Make sure it’s python3-dbus and not the dbus module for python2

(You should have something located in /usr/lib/python3/dist-packages/dbus/ or something similar)

Also make sure the other dependencies are for Python3 (you can get a list of them here: https://github.com/lutris/lutris/blob/master/setup.py#L32 )

Thank you so much, I managed to install all modules for Python3 now it’s working again.

1 Like