谁能告诉我在 windows 7 32 位上哪个是 dbus python 的最佳库?我正在使用 Python 2.7。
我下载了 dbus-python 的最新 zip 并使用它,但它给出了许多导入错误,例如无法导入 dbus.exceptions 和没有名为 _dbus_bindings 的模块。
提前致谢。
谁能告诉我在 windows 7 32 位上哪个是 dbus python 的最佳库?我正在使用 Python 2.7。
我下载了 dbus-python 的最新 zip 并使用它,但它给出了许多导入错误,例如无法导入 dbus.exceptions 和没有名为 _dbus_bindings 的模块。
提前致谢。
我从https://dl.dropbox.com/u/19049582/dbus.zip下载的 zip 存档对我有用(最初链接自文章http://poquitopicante.blogspot.it/2012/07/building-dbus -python-on-windows-with.html )
1)您创建一个名为“C:\dbus”的文件夹并在其中复制文件夹“bin”和“etc”
2) 将“C:\dbus\bin”添加到环境变量“Path”中
3)复制(合并)“C:\Python27\Lib”中的3个文件夹“lib\dbus-1.0”、“lib\pkgconfig”和“lib\site-packages”
就这样。