我是靠谱客的博主 痴情高山,这篇文章主要介绍在windows的python3使用PyCrypto出现ImportError: No module named 'winrandom'错误,现在分享给大家,希望可以做个参考。
搬砖
报错:ImportError: No module named 'winrandom'
处理:修改python3安装目录下的 lib/Crypto/Random/OSRNG/nt.py 文件中找到
import winrandom
修改为:from Crypto.Random.OSRNG import winrandom
原文:
http://blog.51cto.com/soarwilldo/1625384
最后
以上就是痴情高山最近收集整理的关于在windows的python3使用PyCrypto出现ImportError: No module named 'winrandom'错误的全部内容,更多相关在windows的python3使用PyCrypto出现ImportError:内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复