Re: [pygtk] PyGTK object escapes garbage collection

2010-12-24 Thread Gerald Britton
On Fri, Dec 24, 2010 at 5:28 AM, Hrvoje Niksic wrote: > The problem you describe sounds like it might be related to this infamous > PyGTK bug: > > https://bugzilla.gnome.org/show_bug.cgi?id=546802 > > In our tests the problems show up when a Python object that participates in > a cycle is referenc

Re: [pygtk] PyGTK object escapes garbage collection

2010-12-24 Thread Hrvoje Niksic
The problem you describe sounds like it might be related to this infamous PyGTK bug: https://bugzilla.gnome.org/show_bug.cgi?id=546802 In our tests the problems show up when a Python object that participates in a cycle is referenced only through a GTK widget. When GC takes place, Python's cy

Re: [pygtk] PyGTK object escapes garbage collection

2010-12-24 Thread Pierre
Thanks for your answers Gerald. button.connect("clicked", weakref.proxy(self.hello)) Well, I get this when I click the button: ReferenceError: weakly-referenced object no longer exists That's surprising too, since the hello() method of "page" certainly does exist until "page" gets

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-24 Thread Tim Lebedkov
thank you. That's great! On Fri, Dec 24, 2010 at 10:05 AM, Dieter Verfaillie wrote: > On 24/12/2010 09:44, Tim Lebedkov wrote: >> thank you for the effort. I use the installers from >> http://www.optionexplicit.be/projects/gnome-windows/20101102/ in >> Npackd. Is it the right location? > > I keep

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-24 Thread Alessandro Dentella
On Fri, Dec 24, 2010 at 06:55:56AM +0100, Dieter Verfaillie wrote: > We are pleased to announce release 2.22.5 of the PyGTK All-in-one > installer for Windows. Thanks Dieter! I strongly believe that this is a great boost in PyGTK adoption and diffusion. A very nice christmas gift! sandro *:-)

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-24 Thread Dieter Verfaillie
On 24/12/2010 09:44, Tim Lebedkov wrote: > thank you for the effort. I use the installers from > http://www.optionexplicit.be/projects/gnome-windows/20101102/ in > Npackd. Is it the right location? I keep everything on optionexplicit.be available as long as possible, but sometimes I need to remove

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-24 Thread Tim Lebedkov
Hello Dieter, thank you for the effort. I use the installers from http://www.optionexplicit.be/projects/gnome-windows/20101102/ in Npackd. Is it the right location? Will you still provide installers for single libraries? --Tim On Fri, Dec 24, 2010 at 6:55 AM, Dieter Verfaillie wrote: > We are p