Re: [PyQt] Again, problems with garbage collection

2010-03-19 Thread Martin Teichmann
Hi List, Hi Phil, I just upgraded to PyQt4 4.7.2 (with Python 2.6.4 on Windows XP) and the following little script crashes with unterlying C/C++ object has been deleted I guess that's a bug. Why? It works as I would expect. Oops. I didn't realize that that's a excpected behaviour. I was

[PyQt] Again, problems with garbage collection

2010-03-18 Thread Martin Teichmann
Hi List, I just upgraded to PyQt4 4.7.2 (with Python 2.6.4 on Windows XP) and the following little script crashes with unterlying C/C++ object has been deleted I guess that's a bug. --- snip -- from PyQt4.QtCore import QObject, SIGNAL,

Re: [PyQt] Again, problems with garbage collection

2010-03-18 Thread Phil Thompson
On Thu, 18 Mar 2010 15:48:25 +0100, Martin Teichmann lkb.teichm...@gmail.com wrote: Hi List, I just upgraded to PyQt4 4.7.2 (with Python 2.6.4 on Windows XP) and the following little script crashes with unterlying C/C++ object has been deleted I guess that's a bug. Why? It works as I