Re: [PyQt] PyQt crash on windows soon after instantiating Qt objects

2010-12-11 Thread Erik Janssens
Hello Blaine, crashes are always interesting. can you create an as small as possible example that crashes ? if possible, run it in a debugger as well, to see where exactly it crashes, eg withing qt or pyqt or something else... Erik On Sun, Dec 12, 2010 at 2:38 AM, Blaine Bell wrote: > Hi, > >

[PyQt] PyQt crash on windows soon after instantiating Qt objects

2010-12-11 Thread Blaine Bell
Hi, I have two objects that are each subclassing QGraphicsView and QMainWindow, and I am getting the same behavior for both. Soon after I instantiate one of these objects, the process crashes. I have found that the event(QEvent *) function gets called quite a few times, then the crash happe