[Twisted-Python] question : dbus for twistd application framework

Jasper St. Pierre jstpierre at mecheye.net
Mon May 28 23:22:24 EDT 2012


All you should need to do is install the glib reactor.

Note that dbus-python (and libdbus-1, and libdbus-glib) is deprecated.
The recommended solution is to use GDBus. See
http://developer.gnome.org/gio/stable/ch30.html

On Mon, May 28, 2012 at 11:03 PM, bino oetomo <bino at indoakses-online.com> wrote:
> Dear all ...
>
> I need my twistd script to also 'listen' to dbus.
> The only example that I found so far is :
> http://twistedmatrix.com/trac/attachment/ticket/1352/dbus-twisted.py
> Buit that example not using some thing like :
> application = service.Application("MyApp")
>
> Is there any example of dbus implementation on twistd that use
> service.Application ?
>
> Sincerely
> -bino-
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python



-- 
  Jasper



More information about the Twisted-Python mailing list