<br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Has any progress been made towards running DBus without the gnome mainloop? My only problem with it is that they don't seem to unlock the GIL, so I can't spawn the mainloop off in a thread and continue running my program (which is written and generally working). I'd really like to not have to figure out how to re-work everything so that it's driven by the Gnome loop, since that doesn't seem like a lot of fun...
</blockquote><div><br>I guess it is possible to run the gobject.MainLoop in a thread and do other things, by first calling gobject.threads_init() and then calling dbus.glib.init_threads(). Is there a FAQ for the python dbus stuff? Is there even a web page for the python dbus API?
<br> </div><br></div>