So I\'m getting the following error when running a script that imports web.
web
$ python bin/app.py Traceback (most recent call last): File \"bin/ap
The following is the command that you need to run
$ easy_install web.py
And according to the document for lpthw (which just uses a fork of web.py), you can run :
$ pip install lpthw.web
Then to run the application you will just need to do:
$ python app.py