[pygtk] Thanks and new software released

2000-02-28 Thread Scott Bender
Just wanted thank everyone for the help solving my problem, and let you know that I've released the software I've been woring on. It's an email client written entirely in python using gnome-python and pygtk. You can check it out at http://www.scottbender.net/pmail thanks, - Scott To unsubscrib

Re: [pygtk] timeout causes lockup?

2000-02-27 Thread Scott Bender
explain the difference I'd be grateful. > > > > > > One last note: This code was tested w. pygtk 0.6.2, on all > > > three platforms. > > > > > > -- > > > Mitch > > > [EMAIL PROTECTED] > > >

Re: [pygtk] timeout causes lockup?

2000-02-27 Thread Scott Bender
ody could explain the difference I'd be grateful. > > One last note: This code was tested w. pygtk 0.6.2, on all > three platforms. > > -- > Mitch > [EMAIL PROTECTED] > > Mitch Chapman wrote: > > > > On Sat, 26 Feb 2000, Scott Bender wrote:

Re: [pygtk] timeout causes lockup?

2000-02-26 Thread Scott Bender
Actually, the hang came after my timeout function completed. It was calling mainiteration(FALSE) to update a progress bar, which was causing the hang. Anyone know why? thanks, - Scott "Rob Hodges" wrote: > > > After a call to a timeout, which does gtk calls and network calls, > > my app