Re: [Python-Dev] Pygtk app and hangs.

2007-09-19 Thread Aahz
On Wed, Sep 19, 2007, jd wrote: > > I have a non-trivial pygtk running in to hangs/freezes. python-dev is not an appropriate place to ask for help with debugging your programs. It is only for people working on the Python package itself. Please use the pygtk list (which you already did) or the

[Python-Dev] Pygtk app and hangs.

2007-09-19 Thread jd
Hi I have a non-trivial pygtk running in to hangs/freezes. Over all here is how program looks like. gobject.threads_init() gtk.main within threads_enter/threads_leave All UI operaions in main threads. Some call backs create UIWorker threads, UI worker thread does some work.. and then do gob