Hello everybody, during last Christmas Holidays I've tried to port web2py to python3. I didn't use 2to3. You can see what I've done at https://ec2-50-17-139-112.compute-1.amazonaws.com<https://ec2-50-17-139-112.compute-1.amazonaws.com/admin/default/site> where it runs on apache2 with mod_wsgi and Python 3.2.2. The admin application is running in demo mode and I've slightly modified the "site" page to include the platform info and the Python version. It can run also with the included Rocket web server, either on Windows or on Linux. For now it can use mysql and sqlite3 database drivers, I hope to port postgreSQL database driver soon. I've tested the welcome and the admin application. Other application must be ported to work with python3.
You can find the source code of web2py-python3 on github at https://github.com/cannatag/web2py-python3. For the demo I'm using a micro instance (not really fast) on Amazon EC2 where I've built Python3.2.2 from source (with shared library) and mod_wsgi from trunk. If you are interested I can give more detailed instruction on how to build the environment for running it on Linux or on Windows. Have fun, Giovanni

