为了账号安全,请及时绑定邮箱和手机立即绑定

web.py 不支持python3.5吗?

web.py 不支持python3.5吗?

正在回答

3 回答

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

0 回复 有任何疑惑可以回复我~

python3.  请使用pip install web.py==0.40.dev0 



0 回复 有任何疑惑可以回复我~

暂不支持

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
python-web.py开发入门
  • 参与学习       58639    人
  • 解答问题       106    个

web.py开发入门入门教程,讲解一个你最快能学会的web开发的框架

进入课程

web.py 不支持python3.5吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信