On Thursday, March 1, 2018 at 3:58:52 PM UTC-5, Rob Paire wrote: > > Hi Anthony, > Yes web2py PG driver works fine, except it is too old, doesn't support > Postgres v10.2 >
web2py does not ship with the psycopg2 driver, so if your driver is out of date, it is up to you to update your system. If your system does not have psycopg2 installed, the DAL will default to the pure Python pg8000 driver that ships with the DAL, but according to your traceback, your app is using psycopg2, which must be coming from your system. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

