<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?&nbsp; My only problem with it is that they don&#39;t seem to unlock the GIL, so I can&#39;t spawn the mainloop off in a thread and continue running my program (which is written and generally working).&nbsp; I&#39;d really like to not have to figure out how to re-work everything so that it&#39;s driven by the Gnome loop, since that doesn&#39;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().&nbsp; Is there a FAQ for the python dbus stuff?&nbsp; Is there even a web page for the python dbus API?
<br>&nbsp;</div><br></div>