dbus-python for Windows
Posted | archive
ActivePython 2.5.1.1 (ActiveState Software Inc.) based on Python 2.5.1 (r251:54863, May 1 2007, 17:47:05) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import dbus >>> dbus <module 'dbus' from 'C:\Python25\lib\dbus\__init__.pyc'> >>>
成功!
把文件解压到 C:\Python25\lib\dbus\
dbus是个消息系统,dbus-python下载在这里。里面的dbus-bindings不是我编译的,是一个老外编译好的 http://www.slurdge.org/comment/reply/42
下载:dbus.rar
Comments