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





On Fri, Mar 6, 2009 at 2:03 PM, Andrew Milton <a...@theinternet.com.au>wrote:

> +-------[ amol kumbhar ]----------------------
> | This is my full error Log
> |
> | Site Error Log at  /error_log
>
>
> Yes you also need to update your ZPsycopg in your Zope products (it's
> part of the psycopg distribution).
>
> --
> Andrew Milton
> a...@theinternet.com.au
>



-- 
Amol Kumbhar
Software Developer
SVBP informatics
Cell : 9881720442
e-mail : amol.kumbha...@gmail.com
_______________________________________________
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 )

Reply via email to