[PyQt] pyqtdemo build : qt license file not found
suizokukan
suizokukan at orange.fr
Tue Nov 20 14:47:26 GMT 2018
Hi,
I'm trying to work my way through the pyqtdeploy documentation(*), trying to build the pyqt-demo project.
My system is an Ubuntu 18.04 (fresh installation, up-to-date)
$ uname -a :
>>> 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
I'm using pyqtdeploy v. 2.3.
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.
... and this is what I got:
$ python3 build-demo.py --verbose --source-dir=[skipped]
>>> [skipped]Creating qmake...
>>> Done.
>>> Info: creating super cache file [skipped]/sysroot-linux-64/build/qt-everywhere-src-5.11.1/.qmake.super
>>> Info: creating stash file [skipped]/demo/sysroot-linux-64/build/qt-everywhere-src-5.11.1/.qmake.stash
>>>
>>> Error: Qt license file was not found!
>>> Note: Also available for Linux: linux-clang linux-icc
>>>
>>> ERROR: You are not licensed to use this software.
>>> pyqtdeploy-sysroot: Execution failed: returned exit code 3
>>>
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 ?
Any help would be appreciated !
Xavier Faure (suizokukan)
----
(*) online documentation: http://pyqt.sourceforge.net/Docs/pyqtdeploy/
(**) tarball required by http://pyqt.sourceforge.net/Docs/pyqtdeploy/demo.html:
* 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/
* 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/
* openssl : https://www.openssl.org/source/openssl-1.1.1.tar.gz at https://www.openssl.org/source/
* zlib : https://zlib.net/zlib-1.2.11.tar.gz at https://zlib.net/
* 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
* 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
* 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
* 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
* 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
* 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
* 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
(***) This file was downloaded at
https://download.qt.io/archive/qt/5.11/5.11.1/single/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20181120/a3006f6d/attachment.html>
More information about the PyQt
mailing list