I try to use this library to implement DBus on windows: https://github.com/LEW21/pydbus:
I get error: Unknown or non-supported transport method unix:// for address unix:oath=/var/run/dbus/system_bus_socket
If anyone knows straight-out-of-the-box working dbus-system for Windows, I'd be delighted :)
I'm rewriting a port of a linux-based software for windows, and the software uses DBus in the background.