The only caveats are that you need hashlib and pysqlite. You can install with virtualenv. I think it goes something like this but I did not try mywself
# install virtualenv easy_install virtualenv python virtualenv.py w2env # install missing modules w2env/bin/easy_install -U pysqlite hashlib # donwload web2py and unpack wget http://web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip cd web2py # start web2py using command-line script ../w2env/bin/python web2py.py -i 0.0.0.0 -p 8123 -a 'adminpasswd' On May 24, 7:25 pm, Cory Coager <[email protected]> wrote: > I'm looking at a web host that uses python 2.4. I'm wondering what > the compatibility is with python 2.4? Is there any caveats? Should I > just move on and find another host that uses python 2.5?

