慕圣4562359
2017-08-12 16:27
web.py 不支持python3.5吗?
python3.x 请使用pip install web.py==0.40.dev0
修改lib\site-packes\web\utils.py文件 526行
526 yield nect(seq)
改为:
try:
yield next(seq)
except stopInteration
return
python3. 请使用pip install web.py==0.40.dev0
暂不支持
python-web.py开发入门
58639 学习 · 106 问题
相似问题