[pyqtdeploy] Failing at building the demo

Charles peacech at gmail.com
Fri Apr 26 16:30:29 BST 2024


Actually for certain libraries like libssl, the dev version usually
provides a static library (.a) which should be fine with
install_from_source = false, but AFAIK no OS provides a static Qt library
so Qt needs to be compiled from source.

On Fri, Apr 26, 2024 at 10:13 PM Charles <peacech at gmail.com> wrote:

> I think there is something fundamentally wrong with the way you set up
> pyqtdeploy. Pyqtdeploy is supposedly used to compile a single static
> executable from your application. That means you should not use
> install_from_source = False, which causes linking with dynamic libraries
> which causes your past errors. You don't even need to install Qt or PyQt5
> because they should all be built from source statically.
>
> If what you want is only to distribute your application using pyinstaller
> might be easier than using pyqtdeploy.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240426/a14fd3e0/attachment.htm>


More information about the PyQt mailing list