Python import web not working

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

    Old question, but for people who reach this via web search, this is the command you're looking for, assuming an apt-based linux distribution like ubuntu or debian:

    $ sudo aptitude install python-webpy

提交回复
热议问题