[PyQt] Upcoming Release of PyQt v5.1
Tomas Sobota
tom at sobota.net
Sat Sep 28 11:54:08 BST 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20130928/9ab03356/attachment.html>
More information about the PyQt
mailing list