Project ERROR: Unknown module(s) in QT: x11extras

Phil Thompson phil at riverbankcomputing.com
Wed Nov 25 09:38:49 GMT 2020


On 25/11/2020 09:32, Richard Klingler wrote:
> Good day (o;
> 
> 
> I just stumbled upon this project yesterday when I was looking for
> making pyqt5 apps tobe run as an executable for easier distributing...
> 
> Installed the pyqtdeploy module as well as other required libs and
> extracted the demo project...
> 
> 
> Now when I run build-demo.py I get this error though x11extras are
> installed on my Debian 10.6 system:
> 
> 
> Generating the Makefiles...
> /home/me/develop/python/pyqtdeploy-3.1.0/demo/sysroot-linux-64/Qt/bin/qmake
> -recursive PyQt5.pro
> sip-install:
> '/home/me/develop/python/pyqtdeploy-3.1.0/demo/sysroot-linux-64/Qt/bin/qmake
> -recursive PyQt5.pro' failed returning 3
> Info: creating stash file /tmp/tmpfivf8881/.qmake.stash
> Reading /tmp/tmpfivf8881/QtCore/QtCore.pro
> Reading /tmp/tmpfivf8881/QtNetwork/QtNetwork.pro
> Reading /tmp/tmpfivf8881/QtGui/QtGui.pro
> Reading /tmp/tmpfivf8881/QtWidgets/QtWidgets.pro
> Reading /tmp/tmpfivf8881/QtX11Extras/QtX11Extras.pro
> Project ERROR: Unknown module(s) in QT: x11extras
> pyqtdeploy-sysroot: execution of 'sip-install' failed: returned exit 
> code 1
> 
> 
> Do those two error messages mean anything to someone?

See the "Note" at...

https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/demo.html#building-the-demo

Phil


More information about the PyQt mailing list