Fix is posted here
http://code.google.com/p/web2pypi/
basically copy everything into web2py's main directory and then from the
terminal run:
python setup sdist
This will create an updated package in web2py/dist that you can install
using similar to:
pip install web2py-1.98.2.tar.gz
I will get these out to Massimo and update pypi as well...
Cheers
Chris

