I have the same problem, but I eventually "corrected" it, by forcibly
closing the connection each time prior to running the queries. 
Fortunately, my scenario uses page caching to reduce the number of hits
to the db so the additional effort of reopening the connection is
neglible.<br>
<br>
I'd sure like to know what the problem is, though...<br>
<br>
RHEL<br>
Zope 2.7.3<br>
Python 2.3.4<br>
psycopg 1.1.18<br>
PostgreSQL 7.3<br><br><br>