Hi, I have (Zope 2.9.4-final, python 2.4.3, linux2) and I have used psycopg2.0.11 adapter to connect Zope to Postgresql but I am getting this error when I try to add the connection object the error is :-
Error Type: ImportError Error Value: psycopg version mismatch (imported 2.0.11 (dt dec ext pq3)) while the event log traceback shows that :- 2009-06-23T10:55:49 ERROR Shared.DC.ZRDB.Connection Error connecting to relational database. Traceback (most recent call last): File "/opt/Plone-2.5/lib/python/Shared/DC/ZRDB/Connection.py", line 71, in __setstate__ try: self.connect(self.connection_string) File "/opt/Plone-2.5/zeocluster/client1/Products/ZPsycopgDA/DA.py", line 120, in connect raise ImportError("psycopg version mismatch (imported %s)" % ImportError: psycopg version mismatch (imported 2.0.11 (dt dec ext pq3)) I would appreciate for an answer asap. Thanks Amir tlc2 *** *
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )