[PyQt] pyqtdeploy demo -- qmake error

Phil Thompson phil at riverbankcomputing.com
Sat Feb 2 10:31:35 GMT 2019


On 1 Feb 2019, at 7:09 pm, alan moore <me at alandmoore.com> wrote:
> 
> I'm going through the pyqtdeploy demo from http://pyqt.sourceforge.net/Docs/pyqtdeploy and everything works fine until I get to the build step.
> 
> When I try to run qmake in the build directory, I get this:
> 
> Project ERROR: Unknown module(s) in QT: charts datavisualization purchasing
> 
> I made sure that I downloaded the sources for those modules, and there were no errors during the building of the sysroot. $SYSROOT/qt/lib/ contains .a, .la, and .prl files for libQt5Charts, libQt5DataVisualization, and libQt5Purchasing (I assume that fact is significant?).
> 
> I am doing this on 64 bit Linux.
> 
> I did notice that the latest Python source is 3.7.2, and the highest listed in the pyqtdeploy GUI is 3.7.1.  I edited the .pro file to point to the correct source path, but this made no difference.
> 
> Any advice?

Is your qmake definately the one in the sysroot?

Phil


More information about the PyQt mailing list