I have started learning Python by writing a small application using Python 3.1 and py-postgresql. Now I want to turn it into a web application.
But it seems that most frameworks such as web-py, django, zope are still based on Python 2.x. Unfortunately py-postgresql is incompatible with Python 2.x.
Do I have to rewrite all my classes and replace py-postgresql with something supported by web-py etc., or is there a framework compatible with Python 3.1?
Or maybe py-postgresql is compatible with 2.x but I did not figure it out?