python安装scrapy报importerror:dll load failed:%1问题怎么解决 import lxml i
2个回答
展开全部
import lxml
import twisted
import zope.interface
都是OK的。
当import OpenSSL时出现
错误提示:
Traceback (most recent call last):
File "<pyshell#4>", line 1, in
import OpenSSL
File "D:\python install\lib\site-packages\OpenSSL__init__.py", line 13, in
from OpenSSL import crypto
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
我安装的是pyOpenSSL-0.13.1.win-amd64-py2.7.exe
缺少 openssl 相关的 dll,或者你跟前几天QQ群里的一位一样,版本不匹配。如果你安装的是32位 Python,请不要使用64位库。文件名里没有 amd64 的安装包就是32位的。
import twisted
import zope.interface
都是OK的。
当import OpenSSL时出现
错误提示:
Traceback (most recent call last):
File "<pyshell#4>", line 1, in
import OpenSSL
File "D:\python install\lib\site-packages\OpenSSL__init__.py", line 13, in
from OpenSSL import crypto
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
我安装的是pyOpenSSL-0.13.1.win-amd64-py2.7.exe
缺少 openssl 相关的 dll,或者你跟前几天QQ群里的一位一样,版本不匹配。如果你安装的是32位 Python,请不要使用64位库。文件名里没有 amd64 的安装包就是32位的。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询