How could run python dbus on windows?

拜拜、爱过 提交于 2019-12-20 04:26:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!