Re: [pygtk] PyGTK+Thread problem (program freezes)

2003-08-14 Thread Christian Reis
On Thu, Aug 07, 2003 at 09:22:45AM -0700, [EMAIL PROTECTED] wrote: We were working with Red Hat 8 and 9. We noticed that PyGTK on Red Hat 8 (pygtk2-1.99.12) has threads turned off. Red Hat 9 does NOT have it turned off. We wondered if this was because it is common knowledge PyGTK threads

RE: [pygtk] PyGTK+Thread problem (program freezes)

2003-08-14 Thread Joe Shaw
On Thu, 2003-08-07 at 12:22, [EMAIL PROTECTED] wrote: I verified this by trying to write a PyGTK GUI in Red Hat 8 myself and it would freeze until I removed the GUI stuff. The threading implementation that comes stock with Red Hat 8 has issues, and threaded apps seem to hang pretty regularly

RE: [pygtk] PyGTK+Thread problem (program freezes)

2003-08-14 Thread chris
is stable after abandoning threads. Chris Original Message Subject: Re: [pygtk] PyGTK+Thread problem (program freezes) From: Christian Reis [EMAIL PROTECTED] Date: Wed, August 06, 2003 7:18 pm To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] On Thu, Jul 31, 2003 at 03:50

Re: [pygtk] PyGTK+Thread problem (program freezes)

2003-08-07 Thread Christian Reis
On Thu, Jul 31, 2003 at 03:50:03PM -0700, [EMAIL PROTECTED] wrote: It would seem that the problem are with these two commands but we cannot seem to find the problem. As you know, threads are not the easiest things to debug. We are wondering if Python threads are unstable. Are they?? What