pycharm + py3.6.7 + web.py 0.40-dev1 正常

来源:1-4 web.py测试

AroundLe

2019-09-02 15:27

我原来用PY3.7.4,测试的时候报错。

更换PY3.8.0B4,依然报错。

Traceback (most recent call last):
  File "Python37\site-packages\web\utils.py", line 526, in take
    yield next(seq)
StopIteration
巴拉巴拉
RuntimeError: generator raised StopIteration

pycharm终端安装:

pip install web.py==0.40-dev1 -i https://pypi.tuna.tsinghua.edu.cn/simple/ --user



写回答 关注

1回答

  • Alves
    2019-09-04 11:24:28

    这个课程讲的是py2,你用py3,你原来的设备上是不是有py2的环境,py3.6表示没有任何问题

    Around...

    我原来是3.7,用了3.6就没问题了。

    2019-09-04 11:30:46

    共 1 条回复 >

python-web.py开发入门

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

58639 学习 · 106 问题

查看课程

相似问题