[PyQt] Upcoming Release of PyQt v5.1

Phil Thompson phil at riverbankcomputing.com
Sat Sep 28 12:00:39 BST 2013


On Sat, 28 Sep 2013 12:54:08 +0200, Tomas Sobota <tom at 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:
>     QVector<uint> ucs4 = py_plugin_dir.toUcs4();
> 
> It looked like QVector was not defined, so I fixed the error including
the
> line:
> #include <QVector>
> 
> at the start of the file.After that, the file compiled fine.
> 
> Tom

Already fixed.

Phil


More information about the PyQt mailing list