I just want to get installed the net-zope/zpsycopgda with my zope installation. I emerged zpsycozope and all went fine. After that I obtain in zope products: ZPsycopgDA and looks fine. The problem comes when I create a conection with ZPsycopgDA, it raise the next error:
Code: Select all
Site Error
An error was encountered while publishing this resource.
Error Type: ImportError
Error Value: psycopg version mismatch: 1.1.18Code: Select all
2006-03-13T11:54:23 ERROR Zope Could not import Products.ZPsycopgDA
Traceback (most recent call last):
File "/usr/lib/zope-2.8.4/lib/python/OFS/Application.py", line 695, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/var/lib/zope/zope/Products/ZPsycopgDA/__init__.py", line 92, in ?
import DA
File "/var/lib/zope/zope/Products/ZPsycopgDA/DA.py", line 93, in ?
from db import DB
File "/var/lib/zope/zope/Products/ZPsycopgDA/db.py", line 99, in ?
import psycopg
ImportError: No module named psycopg
Thanks in advance.
