Thanks for replying
but I am still there .....
My DA.py contain this list of allowed_psycopg_version :
ALLOWED_PSYCOPG_VERSIONS = ('2.0.7','2.0.8','2.0.9')
and the condition which is generating the ImportError from this file is :
# check psycopg version and raise exception if does not match
if psycopg2.__version__[:9] not in ALLOWED_PSYCOPG_VERSIONS:
raise ImportError("psycopg version mismatch (imported %s)" %
psycopg2.__version__)
could you please guide me which version should I add in ALLOWED_PSYCOPG_VERSION list
+-------[ amol kumbhar ]----------------------
| This is my full error LogYes you also need to update your ZPsycopg in your Zope products (it's
|
| Site Error Log at /error_log
part of the psycopg distribution).
--