[Zope] Re: Zope error while connecting to Postgresql from APE

Nick Bower nicholas.bower at jrc.it
Fri Jul 2 13:41:37 EDT 2004


Psycopg is not finding your Postgres libraries.  See unix help on 
/etc/ld.so.conf or LD_LIBRARY_PATH.  Zope aside, you would see this also 
doing:

$ python

 >>> import psycopg

(exception raised)


Subramanian S wrote:
> Hi,
>  I have installed Zope and APE. I have added a Postgresql mount point in 
> zope.conf.
> Now when I try to connect to 'Zope Management Interface' and a ZODB 
> mount point for postgresql, the error I get is :-
> Error Type: ImportError
> Error Value: /usr/lib/python2.3/site-packages/psycopgmodule.so: 
> undefined symbol: PQresultErrorField
> 
> 
> What do I do?
> 
> Regards,
> Subramanian S
> 
> _________________________________________________________________
> Pay Cash on delivery on lakhs of products. 
> http://go.msnserver.com/IN/50757.asp Only on Baazee.com
> 
> _______________________________________________
> Zope maillist  -  Zope at 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 )
> 



More information about the Zope mailing list