Migration from dbus to GDbus in Python 3
问题 I have tried to write a service file in python using GDbus. But I could not find a good tutorial, only if i want to use C. Since I want to include GDbus in an existing Python code i have no idea how to do that. It was possible for me to write a service file using dbus and I could access that service file with a GDbus client. I would be very happy if somebody had a good example in Python. Thanks a lot, Dominik 回答1: While you can use GDBus from Python, it might not be the nicest (most Pythonic)