Python import web not working

后端 未结 7 1838
长发绾君心
长发绾君心 2020-12-29 08:15

So I\'m getting the following error when running a script that imports web.

$ python bin/app.py
Traceback (most recent call last):
File \"bin/ap         


        
相关标签:
7条回答
  • 2020-12-29 08:42

    Pythonweb is pretty out of date, but they still have a downloads page where you can get the most recent release. Then just do a python setup.py install

    0 讨论(0)
提交回复
热议问题