[PyQt] pyqtdeploy demo -- qmake error

alan moore me at alandmoore.com
Mon Feb 4 14:48:01 GMT 2019


On 2/2/19 4:31 AM, Phil Thompson wrote:
> 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

This was precisely my problem -- I was using the system qmake. It makes 
sense now, thank you!


Alan Moore




More information about the PyQt mailing list