[Zope-DB] Trying Psycopg

Tom Jenkins tjenkins@devis.com
Wed, 24 Jul 2002 06:33:17 -0400


Ricardo L. A. Bánffy wrote:
> Hi.
> 
> I am having a problem that has been reported before (I am sure it is a 
> FAQ, but it doesn't seem to be a Frequently Answered one ;-) )
> 
> On October, 2001, Craig Ching had the same problem I am having now, but 
> 's fix seem not to fit.
> 
> Everything configured (after the lenghty enchantment ./configure 
> --with-python=/opt/zope_stable/bin/python --with-zope=/opt/zope_stable/ 
> --with-postgres-includes=/usr/include/postgresql/ 
> --with-mxdatetime-includes=/usr/include/python2.1/mx/), made, made 
> installed and made install-zope'ed fine, but the same error seems to exist:
> 

yes, this is a faq on psycopg and i believe even mentioned in the readme.

you have --with-python pointing to zope's bundled python but mxdatetime 
is installed under your system's python2.1

either use your system's python installation or install mxDateTime under 
bundled python.

Tom