Comment 3 for bug 941382

Revision history for this message
Florian Effenberger (floeff) wrote :

Here's a quick workaround that helps on Ubuntu 12.04:

sed -i s/"conn.autocommit(auto)"/"conn.autocommit = auto"/g /usr/lib/pymodules/python2.7/sqlobject/postgres/pgconnection.py
sed -i s/"conn.autocommit(1)"/"conn.autocommit = 1"/g /usr/lib/pymodules/python2.7/sqlobject/postgres/pgconnection.py