Re: cursor already closed

2008-12-10 Thread Malcolm Tredinnick
On Wed, 2008-12-10 at 13:32 +0100, Thomas Guettler wrote: > Hi, > > I get this error from psycopg2: "InterfaceError: cursor already closed" > > The error is repeatable, but not the way you would expect. > > The error happens at id 1142. If I use objects.filter

cursor already closed

2008-12-10 Thread Thomas Guettler
Hi, I get this error from psycopg2: "InterfaceError: cursor already closed" The error is repeatable, but not the way you would expect. The error happens at id 1142. If I use objects.filter.(id__gt=1140) instead of all() it does not happen. Has someone seen something like t