Re: [PyQt] Re: QGraphicsWidget crash on exit

2008-07-22 Thread Brian Kelley
Thanks, I have been using PyQt 4.4.2 so it looks like the problem may have been fixed in the interim. If I can duplicate it after I upgrade I'll let everyone know :) Brian On Jul 22, 2008, at 6:10 AM, kib2 wrote: Brian Kelley a écrit : I'm getting a crash on exit using QGraphicsWidget. I

[PyQt] Re: QGraphicsWidget crash on exit

2008-07-22 Thread kib2
Brian Kelley a écrit : I'm getting a crash on exit using QGraphicsWidget. It appears to be in the destructor for sipQGraphicsWidget. Attached is the sample program. I can't tell whether this is a bug in PyQt or Qt, does anyone else have the same issue? import sys from PyQt4 import QtGui,