Python import web not working

后端 未结 7 1883
长发绾君心
长发绾君心 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

提交回复
热议问题