On Sat, 2004-05-08 at 11:53 +0200, Johan Dahlin wrote: > Try this instead: > > context = gobject.MainContext() > while context.pending(): > context.iterate(1)
This didn't work. > or just use the gtk+ ones > > while gtk.events_pending(): > gtk.main_iteration(1) However, this worked perfectly. Thanks! Elijah _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
