[PyQt] PyQt5 repository link

Phil Thompson phil at riverbankcomputing.com
Sat Aug 15 14:41:23 BST 2015


On 15 Aug 2015, at 1:47 pm, Samer Afach <webmaster at afach.de> wrote:
> 
> Dear PyQt pros:
> 
> First, I would like to point out that there's a problem in the registration in the mailing list, as the "confirmation string" cannot be submitted in the browser. I had to specifically reply to the registration e-mail to have my e-mail confirmed.

Hopefully fixed now.

> Now going to the topic, PyQt5. I'm trying to compile PyQt5 statically (Visual Studio 2013, and I already have Qt 5.5 compiled statically), with the command:
> 
> configure.py --destdir ..\PyQt5-32 --static --confirm-license
> 
> but it's not working, and I'm getting the error:
> 
> sip: QSslPreSharedKeyAuthenticator is undefined
> 
> So I looked this up online, and I found people mentioning that this is a bug in the source and it was fixed last month in the repository. So I would like to clone the latest version of the source from the repository, but... I can't find it anywhere! I've been googling for like half-an-hour and I could only find sip's repository. But I couldn't find PyQt5's repository! 
> 
> Could someone please give me the repository link, so that I could clone it and retry?

There is no public repository. Either use the current snapshot or build Qt with OpenSSL support.

Phil


More information about the PyQt mailing list