问答详情
源自:1-4 web.py测试

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

我原来用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



提问者:AroundLe 2019-09-02 15:27

个回答

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

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