ich habe ein Problem, dass sicher ganz einfach zu lösen ist. Vermutlich fehlt mir nur das passende Paket. Also, ich habe Debian Testing (bullseye) und kann in Python das dbus Modul nicht importieren:
Code: Alles auswählen
$ python
Python 2.7.18 (default, Apr 20 2020, 20:30:41)
[GCC 9.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbus
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named dbus
Code: Alles auswählen
i A python3-dbus - simple interprocess messaging system (Python 3 interface)
i python3-dbusdeviation - parse D-Bus introspection XML and process it in various ways
i python3-pydbus - Pythonic D-Bus library (Python 3)
i python-dbus-dev - main loop integration development files for python3-dbus
Liebe Grüße!