Hi Adam, I'm not sure the of the exact difference between gtk.gdk.events_pending and gtk.events_pending, but it may be worth your while to try these lines instead:
while gtk.events_pending(): gtk.main_iteration(False) Hope that helps, Ryan _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
