<p>Hi,<br />I'm trying to work my way through the pyqtdeploy documentation(*), trying to build the pyqt-demo project.<br /><br />My system is an Ubuntu 18.04 (fresh installation, up-to-date)<br />$ uname -a :<br />>>> Linux sui 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux<br /><br />I'm using pyqtdeploy v. 2.3.<br /> <br />I downloaded every file required by the build(**) but I have a problem with the Qt tarball : I downloaded https://download.qt.io/archive/qt/5.11/5.11.1/single/qt-everywhere-src-5.11.1.tar.xz (***), not knowing if it was the right file to be used.</p>
<p><br /> ... and this is what I got:<br />$ python3 build-demo.py --verbose --source-dir=[skipped]<br /><br />>>> [skipped]Creating qmake...<br />>>> Done.<br />>>> Info: creating super cache file [skipped]/sysroot-linux-64/build/qt-everywhere-src-5.11.1/.qmake.super<br />>>> Info: creating stash file [skipped]/demo/sysroot-linux-64/build/qt-everywhere-src-5.11.1/.qmake.stash<br />>>> <br />>>> Error: Qt license file was not found!<br />>>> Note: Also available for Linux: linux-clang linux-icc<br />>>> <br />>>> ERROR: You are not licensed to use this software.<br />>>> pyqtdeploy-sysroot: Execution failed: returned exit code 3<br />>>></p>
<p><br />I'm obviously missing something important : should I use a file like qt-everywhere-opensource-src-5.11.1.tar.xz although I can't find such a file ?<br />Any help would be appreciated !<br /><br />Xavier Faure (suizokukan)<br /><br />----<br /> (*) online documentation: http://pyqt.sourceforge.net/Docs/pyqtdeploy/<br /><br /> (**) tarball required by http://pyqt.sourceforge.net/Docs/pyqtdeploy/demo.html:<br /> * python  : https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tar.xz at https://www.python.org/downloads/release/python-371/<br /> * qt      : https://download.qt.io/archive/qt/5.11/5.11.1/single/qt-everywhere-src-5.11.1.tar.xz at https://download.qt.io/archive/qt/5.11/5.11.1/single/<br /> * openssl : https://www.openssl.org/source/openssl-1.1.1.tar.gz at https://www.openssl.org/source/<br /> * zlib    : https://zlib.net/zlib-1.2.11.tar.gz at https://zlib.net/<br /> * sip     : https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.13/sip-4.19.13.tar.gz at https://riverbankcomputing.com/software/sip/download<br /> * PyQt5   : https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.11.3/PyQt5_gpl-5.11.3.tar.gz at https://www.riverbankcomputing.com/software/pyqt/download5<br /> * PyQt3D  : https://sourceforge.net/projects/pyqt/files/PyQt3D/PyQt3D-5.11.3/PyQt3D_gpl-5.11.3.tar.gz at https://www.riverbankcomputing.com/software/pyqt3d/download<br /> * PyQtChart : https://sourceforge.net/projects/pyqt/files/PyQtChart/PyQtChart-5.11.3/PyQtChart_gpl-5.11.3.tar.gz at https://www.riverbankcomputing.com/software/pyqtchart/download<br /> * PyQtDataVisualization : https://sourceforge.net/projects/pyqt/files/PyQtDataVisualization/PyQtDataVisualization-5.11.3/PyQtDataVisualization_gpl-5.11.3.tar.gz at https://www.riverbankcomputing.com/software/pyqtdatavisualization/download<br /> * PyQtPurchasing : https://sourceforge.net/projects/pyqt/files/PyQtPurchasing/PyQtPurchasing-5.11.3/PyQtPurchasing_gpl-5.11.3.tar.gz at https://www.riverbankcomputing.com/software/pyqtpurchasing/download<br /> * QScintilla : https://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.10.8/QScintilla_gpl-2.10.8.tar.gz at https://www.riverbankcomputing.com/software/qscintilla/download<br /><strong><br /></strong></p>
<p>(***) This file was downloaded at <br />https://download.qt.io/archive/qt/5.11/5.11.1/single/</p>
<p><strong> </strong></p>