Re: [PyQt] Bug with latest PyQt4 (4.7.6)

2010-09-11 Thread Algis Kabaila
On Saturday 11 September 2010 22:04:59 Alexander Nestorov wrote: > I wrote a small test/example to show the bug. Here it is: > > ## > from PyQt4 import * > from PyQt4.QtCore import * > from PyQt4.QtGui import * > > print PyQt4.QtCore.PYQT_VERSION_STR >

Re: [PyQt] Bug with latest PyQt4 (4.7.6)

2010-09-11 Thread Phil Thompson
On Sat, 11 Sep 2010 14:04:59 +0200, Alexander Nestorov wrote: > I wrote a small test/example to show the bug. Here it is: > > ## > from PyQt4 import * > from PyQt4.QtCore import * > from PyQt4.QtGui import * > > print PyQt4.QtCore.PYQT_VERSION_STR > >

[PyQt] Bug with latest PyQt4 (4.7.6)

2010-09-11 Thread Alexander Nestorov
I wrote a small test/example to show the bug. Here it is: ## from PyQt4 import * from PyQt4.QtCore import * from PyQt4.QtGui import * print PyQt4.QtCore.PYQT_VERSION_STR app = QApplication([""]) app.setGraphicsSystem("raster") #