PyQt + QtWebkit behind a proxy

泪湿孤枕 提交于 2019-12-05 08:50:48

I was working on Windows XP (32-bit) with Python 2.6 and PyQt 4.7.4. The reason that...

QtNetwork.QSslSocket.supportsSsl()

was returning false was because I had not installed OpenSSL binaries to my system.

To solve the problem I went here to download the binaries. Before they would properly install I had to also get the Visual C++ 2008 Redistributables install from Microsoft.

Everything is working great now!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!