First time here? Check out the FAQ!
1

Why can't I run manage.py test askbot?

I keep getting:
psycopg2.ProgrammingError: autocommit cannot be used inside a transaction

I'm using PostgreSQL.

Is the solution to install an older version psycopg2 2.4.1?

mrB's avatar
51
mrB
asked 2012-04-11 16:51:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Yes, tests don't work with the new version of psycopg2, install the older one.

Evgeny's avatar
13.2k
Evgeny
answered 2012-04-13 17:50:44 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments