使用python3
安装 web
包出错
Collecting web ERROR: Could not find a version that satisfies the requirement web (from versions: none) ERROR: No matching distribution found for web
主要是当前稳定web
版本仅支持python2
可以使用实验版
pip install web.py==0.40-dev1
或者从git上获取最新版
git clone git://github.com/webpy/webpy.git
ln -s `pwd`/webpy/web .