Re: [pygtk] Problem with GtkExtra and input_add

1999-09-18 Thread Andreas Degert
claude [EMAIL PROTECTED] writes: With pygtk-0.6.2 the following script freezes pygtk [...] def input_funct1(fp,condition): global inputf threads_enter() lut = fp.readline() fp.close input_remove(inputf) message(['Message',"Message Hello"])

Re: [pygtk] Problem with GtkExtra and input_add

1999-09-18 Thread James Henstridge
I will send in a bug report to the GTK guys about this, so they can fix it. I would expect that the bug falls under the same category as the other threading related ones found earlier on the list. James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ On 19 Sep 1999, Andreas