[Zope-DB] Problem with Psycopg?
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Wed, 26 Jun 2002 21:40:31 +0200
    
    
  
Stylus writes:
 > I run the following command -
 > ./configure --with-postgres-libraries=/usr/lib --with-postgres-includes=/usr/include --with-mxdatetime-includes=~/Zope-2.5.1/lib/python2.1/site-packages/mx/DateTime/mxDateTime --with-zope=~/Zope-2.5.1 --with-python=~/Zope-2.5.1/bin/python --with-python-version=2.1 --with-python-prefix=/usr/Python-2.1.3
 > 
 > and I get the following error
 > ./config.status:~/Zope-2.5.1/bin/lib/python2.1/config/makesetup: No such file or directory
You need to install the Python development package...
Dieter