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
>
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
>
>
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")
#