I\'m trying to install web.py, and I did the next steps:
Download web.py-0.3.7, and extract it on c://web.py-0.3.7
web.py-0.3.7
c://web.py-0.3.7
Run
I had this same Error using pip install. I just ran pip2 install web.py and it successfully installed. (for anyone still reading this in 2016)
pip install
pip2 install web.py