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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/941382

Title:
  'bool' object not callable in pgconnection.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sqlobject/+bug/941382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to