On Friday 08 October 2010, Detlev Offenbach wrote: > Hi, > > accessing a https url through QWebView crashes the application (eric web > browser). I used the latest installer for Python 3 on Windows. This happens > on Windows 7 (64-bit) and Windows XP (32-bit). Any hint what might be > wrong? > > Regards, > Detlev
After installing OpenSSL these kind of URLs work. My conclusion is, that Qt of the installer is compiled against OpenSSL but the libraries are missing. Detlev -- Detlev Offenbach [email protected] _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
