[PyQt] Re: Problems Compiling PyQt4.4

Phil Thompson phil at riverbankcomputing.com
Fri May 9 13:07:59 BST 2008


On Friday 09 May 2008 09:42:09 kib2 wrote:
> Hi,
>
> I've got the same problem with a fresh Ubuntu Hardy installation.
> SIP compiles well, but not the latest snapshots of PyQt :
>
> pyuic4, pyrcc4 and pylupdate4 will be installed in /usr/bin.
> Generating the C++ source for the QtCore module...
> Creating the Makefile for the QtCore module...
> Generating the C++ source for the QtGui module...
> Creating the Makefile for the QtGui module...
> Generating the C++ source for the QtHelp module...
> Creating the Makefile for the QtHelp module...
> Generating the C++ source for the QtNetwork module...
> sip: QSsl::SslProtocol is undefined
> Error: Unable to create the C++ code.
>
> What's wrong here ?

Looks like I forgot one of the OpenSSL guards. The workaround is to install 
the OpenSSL developer package.

Phil


More information about the PyQt mailing list