小编Bah*_*til的帖子

为什么python中没有while循环

为什么Python没有像许多其他编程语言那样的'do while'循环,比如C?

示例:在C中我们执行while循环,如下所示:

do {
   statement(s);
} while( condition );
Run Code Online (Sandbox Code Playgroud)

python loops do-while

31
推荐指数
2
解决办法
3万
查看次数

致命错误C1083:无法打开包含文件:'openssl/opensslv.h'

我正在尝试安装Scrapy,但在安装过程中遇到此错误:build\temp.win-amd64-2.7\Release_openssl.c(429):致命错误C1083:无法打开包含文件:'openssl/opensslv.h':否这样的文件或目录

我检查过文件"opensslv.h"在这里"C:\ OpenSSL-Win64\include\openssl".而且我还在Path中包含了这个"C:\ OpenSSL-Win64\include"系统变量.

坚持这几个小时,有人可以帮帮忙吗?谢谢.

"cryptography-1.5.2"包中也发现了同样的问题

python openssl cryptography scrapy

7
推荐指数
2
解决办法
1万
查看次数

标签 统计

python ×2

cryptography ×1

do-while ×1

loops ×1

openssl ×1

scrapy ×1