2008/8/26 helder fraga <[EMAIL PROTECTED]> > hi. > i have 2 python files , one sends dbus messages to the other (receiver) > The receiver, when it gets the message signal starts a new gtk.main , > however this only works once, after the first time it doesnt receive any > messages , but the sender still sends them > > Is there a way i can make this work properly , allowing me to start new gtk > main loops? > > ------------------------------ > Conheça já o Windows Live Spaces, o site de relacionamentos do Messenger! Crie > já o seu! <http://www.amigosdomessenger.com.br> > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > > Are you using DBusGMainLoop?
* http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html#making-asynchronous-method-calls *
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
