web2py on pypy 1.3 appears to work: 1. http://pypy.org/download/pypy-1.3-linux.tar.bz2
2. In a terminal, extract & run "bin/pypy web2py" It seems to take a long time to start up, and it seems to take a while to load up the welcome page for the first time too; these are probably signs of the JIT working. I didn't see any of the "too many open files" errors that were reported here before, but admittedly I have performed nothing close to a stress test.

