【发布时间】:2013-01-08 11:37:47
【问题描述】:
我尝试运行一个简单的程序,该程序是用 Python 编写的,带有 PySide 模块来截取网站的屏幕截图。我正在使用 OpenSSL(已安装)的 Windows 7 上运行此程序。
我收到以下错误:
QSslSocket: cannot call unresolved function SSLv3_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error
【问题讨论】:
标签: python qt python-3.x python-2.7 pyside