Re: [PyQt] Simple QGV crash

2009-12-22 Thread Phil Thompson
On Mon, 21 Dec 2009 18:18:11 -0800 (PST), Jason H scorp...@yahoo.com wrote: This used to work, but my latest sippyqt snapshots crashes. Which would they be? import sys from PyQt4.QtCore import * from PyQt4.QtGui import * class Main(QGraphicsView): def __init__(self, parent=None):

Re: [PyQt] Simple QGV crash

2009-12-22 Thread Jason H
a working PyQt snapshot previously. (12/09 i think) - Original Message From: Phil Thompson p...@riverbankcomputing.com To: Jason H scorp...@yahoo.com Cc: pyqt@riverbankcomputing.com Sent: Tue, December 22, 2009 11:54:30 AM Subject: Re: [PyQt] Simple QGV crash On Mon, 21 Dec 2009 18:18:11