[PyQt] Building PyQt5 on Windows
Wallboy
wallboy at wallboy.ca
Wed Jun 7 12:57:51 BST 2017
That indeed worked.
Though I found out I in fact need the SSL libraries. QtNetwork https
does not work without it. I thought the OpenSSL stuff was used for the
QSsl* classes only and QtNetwork would be able to handle https by
default. I guess I was wrong. Do the official binaries already come with
it built in? I'm guessing I just have to install OpenSSL to get https to
work with custom Qt Builds?
Thanks
On 6/7/2017 3:56 AM, Phil Thompson wrote:
> As a workaround you can hack configure.py so that the line...
>
> out << "PyQt_SSL\\n";
>
> ...is executed unconditionally.
>
> Phil
>
More information about the PyQt
mailing list