HsOjo’s Blog

📒 A powerless rookie's tree hole.

【转】安装PyCrypto时VS编译出错

2018-11-3000 分钟
type
status
date
slug
summary
tags
category
icon
password

前言

最近做了个project,需要用到PyCrypto。
PyCrypto在Windows下需要使用VC进行编译,不过Python模块在Windows平台编译坑点比较多。
如:

解决方案

点击查看原文。
处理方式: 修改文件 setup.py
if self.compiler.compiler_type == 'msvc'后加上and False,使special失效。 然后拷贝-msvc.h 到.h 编译即可。

下一篇

C++之获取数组长度

Loading...