Just an FYI - I tested running web2py on pypy 1.9... No handlers could be found for logger "web2py" web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.99.7 (2012-03-04 22:12:08) stable Database drivers available: SQLite3, pymysql, pg8000, IMAP Starting hardcron... WARNING:web2py.cron:WEB2PY CRON: Disabled because no file locking WARNING:web2py:GUI not available because Tk library is not installed
It seemed to load some test apps that I had created, long as they used sqlite. I can't seem to get it to work with pymssql (perhaps I dont have the right libraries installed?). Also it seemed to be erroring a lot about "CRON" - that message kept being repeated every few minutes. However, the admin interface works, everything else seems okay. It's my belief that web2py speed would increased, because if most of the processor time is spent in the views, it would certainly help. In any case, I'm glad to see it works. If anyone else wants to give it a go, it works great.

