On 9/13/11 1:43 AM, Web2Py Freak wrote:
Dear All ,i want to use PostGresql , now after i download it , what to do so it can work with web2py ??
How about install the postgres driver? pip install psycopg Then next time you run web2py you should see the driver is loadedthen change your db connection string to |postgres://username:password@localhost/test
as per the book web2py.com/book |

