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
web/__init__.py relies on relative path. Try this:
web/__init__.py
pip install web.py==0.40.dev0
A website had this solution