Python import web not working

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

    You have to download source from http://webpy.org/static/web.py-0.36.tar.gz.

    The steps to install web is on http://webpy.org/install.

    Please follow the steps if got any error then add comments to this post or update the question.

提交回复
热议问题