On Mon, 21 Dec 2009 18:18:11 -0800 (PST), Jason H <[email protected]> wrote: > This used to work, but my latest sip&pyqt snapshots crashes.
Which would they be? > import sys > from PyQt4.QtCore import * > from PyQt4.QtGui import * > > class Main(QGraphicsView): > def __init__(self, parent=None): > QGraphicsView.__init__(self, parent) > pass > > if __name__=="__main__": > a = QApplication(sys.argv) > m= QGraphicsView() > m.show() > a.exec_() Works fine for me. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
