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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
