Re: [pygtk] gobject.idle_add and generators

2008-05-01 Thread Aravind Vijayakumar
I think you'll have to call it like this: iter = g() gobject.idle_add(iter.next) And yes, to terminate the idle execution, you would yield False. -Aravind - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: pygtk@daa.com.au Sent: Thursday, May 1, 2008 8:05:16 AM Subjec

[pygtk] [Announce] PyGooCanvas 0.10.0

2008-05-01 Thread Gian Mario Tagliaretti
I am pleased to announce version 0.10.0 of the Python bindings for Goocanvas. It is available at: https://developer.berlios.de/projects/pygoocanvas/ The bindings are updated with the new Goocanvas API PyGooCanvas 0.10.0 (May 01 2008) == o Install a .pc file (Gustavo) o A