psycopg2 2.4.5 and sqlobject 0.12.4 incompatibility
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
File "/usr/lib/pymodules/python2.7/sqlobject/dbconnection.py", line 271, in getConnection
conn = self.makeConnection()
File "/usr/lib/pymodules/python2.7/sqlobject/postgres/pgconnection.py", line 133, in makeConnection
conn.autocommit(1)
this is with a sqlmeta class fromDatabase = True. that should be "conn.autocommit = True"
Hello! Thank you for using SQLObject! The problem was fixed in version 1.2.0 (released at 20th of November 2011). Currently the minimal supported branch is 1.5.