[PyQt] Upcoming Release of PyQt v5.1

2013-09-28 Thread Phil Thompson
The current PyQt5 snapshot is a release candidate for v5.1. This includes... - full support for integration with QML and Quick2 - support for Qt v5.1 including the QtSensors and QtSerialPort modules - an (almost) complete set of OpenGL 2.0 and OpenGL ES2 bindings - support for cross-compilation.

[PyQt] Upcoming Release of PyQt v5.1

2013-09-28 Thread Tomas Sobota
A couple of days ago I downloaded and compiled PyQt-gpl-5.1 -snapshot-597681874226 on my Linux Mint Debian Edition box. The file qmlscene/pluginloader.cpp failed to compile the sentence: QVectoruint ucs4 = py_plugin_dir.toUcs4(); It looked like QVector was not defined, so I fixed the error

Re: [PyQt] Upcoming Release of PyQt v5.1

2013-09-28 Thread Phil Thompson
On Sat, 28 Sep 2013 12:54:08 +0200, Tomas Sobota t...@sobota.net wrote: A couple of days ago I downloaded and compiled PyQt-gpl-5.1 -snapshot-597681874226 on my Linux Mint Debian Edition box. The file qmlscene/pluginloader.cpp failed to compile the sentence: QVectoruint ucs4 =