问题
I'm new to dbus concept and I programming with python 3.5.1 on windows, i read many documents and can't figure out is dbus can work on windows? if so which module I've tried pydubs, pymodbus,... please help me should I go to Linux or there is a solution?
回答1:
As far as I know, there is no standard Python Dbus library for Windows. You can use this link: the only link I found that makes it possible but there aren't any Stack Overflow threads/questions about Python Dbus code on Windows.
http://poquitopicante.blogspot.in/2012/07/building-dbus-python-on-windows-with.html
Using it for anything other than a hobby project could land you in trouble. I suggest if Dbus is what you need to work on, you switch to Linux especially if Python is how you have to do it. Also, Windows does not support Dbus natively as an IPC.
来源:https://stackoverflow.com/questions/37506906/how-could-run-python-dbus-on-windows