[PyQt] supported signal signatures in PyQt 4.4

Devon Rueckner devon.rueckner at temboo.com
Thu Jan 6 20:06:05 GMT 2011


I figured this out a while ago, but in case anyone is searching:

The solution was quite simple.  It turned out that one version of Qt had not been compiled with OpenSSL, but the other had.  Make sure Qt is compiled with OpenSSL.

~ Devon




> -----Original Message-----
> From: pyqt-bounces at riverbankcomputing.com [mailto:pyqt-
> bounces at riverbankcomputing.com] On Behalf Of Devon Rueckner
> Sent: Tuesday, September 21, 2010 6:13 PM
> To: pyqt at riverbankcomputing.com
> Subject: [PyQt] supported signal signatures in PyQt 4.4
> 
> 
> Hi -
> 
> I am having an issue connecting to the QNetworkAccessManager.sslErrors
> signal.
> 
> This works under (Qt 4.6.3, SIP 4.10.2, PyQt 4.7.3):
>     QObject.connect(self._manager, SIGNAL("sslErrors(QNetworkReply *,
> const QList<QSslError>&)"), self._handleSslError)
> 
> However under (Qt 4.6.3, SIP 4.10.5, PyQt 4.7.4) I get:
>     TypeError: type 'QList<QSslError>' is not supported as a slot
> argument type
> 
> Any help would be appreciated.
> 
> thanks
> ~ Devon
> 
> 
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt


More information about the PyQt mailing list