Re: [PyQt] QGraphicsView very slow under Linux and Mac OS X

2013-07-18 Thread Clemens Brunner
Hi! I investigated the problem a bit more, and it seems like it occurs only when I'm running KDE -- in Gnome, everything works as expected (the difference is 1). Since it is now working on both Windows, Mac OS X, and non-KDE systems, it is probably related to KDE (maybe the window manager). Fun

[PyQt] Install the PyQt5 on Windows XP?

2013-07-18 Thread levinie
I run this:python configure.py --verbose -w output: C:\Qt\5.1.0\mingw48_32\bin\qmake.exe -spec win32-msvc2008 -o qtdetail.mk qtdetail.pro nmake -f qtdetail.mk release It failed. I use mingw, so it should be "mingw32-make -f qtdirs.mk release" not "nmake -f qtdetail.mk release" Who knows the s

[PyQt] Install the PyQt5 on Windows XP?

2013-07-18 Thread levinie
I run this:python configure.py --verbose -w output: C:\Qt\5.1.0\mingw48_32\bin\qmake.exe -spec win32-msvc2008 -o qtdetail.mk qtdetail.pro nmake -f qtdetail.mk release It failed. I use mingw, so it should be "mingw32-make -f qtdirs.mk release" not "nmake -f qtdetail.mk release" Who knows the s