[Twisted-Python] Twisted + g{tk,lib}2reactor

Pablo Martí pablo at minimoesfuerzo.org
Thu Feb 15 02:03:10 MST 2007


Hi all,

yesterday I troubled some devs about the current state of integration
between Twisted and dbus. It all boils down to adding this two lines right
after importing dbus. Without them, it won't work.

if getattr(dbus, 'version', (0,0,0)) >= (0,41,0):
    import dbus.glib

It has been tested with dbus 0.7.2 and the g{tk,lib}2reactors.

Best regards,
Pablo




More information about the Twisted-Python mailing list