Well I got SIP 12/19 and PyQt 12/20 snapshots.
started up the Qt command prompt (QTDir=c:\qt\2009.05\qt, makespec=win32-g++)
sip\configure.py  -p win32-g++
sip\ming32-make 
sip\ming32-make install
pyqt\configure.py  -p win32-g++
pyqt\ming32-make 
pyqt\ming32-make install

Using python25, had a working PyQt snapshot previously. (12/09 i think)




----- Original Message ----
From: Phil Thompson <[email protected]>
To: Jason H <[email protected]>
Cc: [email protected]
Sent: Tue, December 22, 2009 11:54:30 AM
Subject: Re: [PyQt] Simple QGV crash

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

Reply via email to