> Hello, > > I have a problem with an application that use libglade and threads: > > My application open a root window which in turn open other windows on > user request. > When I start threads associated with other windows, there is a 10sec > freeze in the threads start() method (even if the thread dies > immediatly). > > I have properly initialized threading in gtk, and use gtk.threads_enter > and leave(). There is problably something I have done wrong but I can't > see where. > > Previous example given by James is working well. I am using python2.2.1 > on GNU/linux with pygtk1.99.10 and glade2 beta version. > > -- > Martin Chabot > Tachys Technologies > Sophia-Antipolis, France > > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
Well I found the answer: threading must be imported before gtk... -- Martin Chabot Tachys Technologies Sophia-Antipolis, France _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
