Matt, Thanks. I surrounded my call with:
gtk.threads_enter() and gtk.threads_leave(), and it solved the problem. Don On Thu, 2001-12-27 at 06:36, Matt Wilson wrote: > Either take the gtk lock in your idle handler or disable threads using > the snapshot of stable pygtk and using gtk._disable_threading() before > you call the mainloop for the first time. > > Cheers, > > Matt > -- Don Allingham [EMAIL PROTECTED] http://gramps.sourceforge.net _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
