我的开发环境:win7 64 python2.7.6 64 twisted 13.2
我已经安装了所有需要扭曲的模块。但总是抛出错误:
from twisted.internet import reactor
cffi.ffiplatform.VerificationError: importing 'D:\\Python27\\lib\\site-packages\\cryptography\\_Cryptography_cffi_444d7397xa22f8491.pyd': DLL load failed:
在另一台计算机上,我可以使用默认反应器,但是当我使用iocpreactor时出现错误。当使用默认反应器时,tcp模式,只有一个连接可以正常工作......
我尝试更改一些旧版本的模块,问题仍然存在,这是怎么回事?