[Zope-DB] Re: Zope-Postgress on SuSE
Axel Straschil
axel at straschil.com
Sat Mar 26 05:54:14 EST 2005
Hello!
> I have spent many hours attempting to install both POPY and Psycopg on a SuSE
> 9.0 installation. Have always come up with the golden oldie "cannot find
> mxdate.
Install
http://www.egenix.com/files/python/egenix-mx-base-2.0.6.tar.gz
with
wget http://www.egenix.com/files/python/egenix-mx-base-2.0.6.tar.gz
tar -x -z -f egenix-mx-base-2.0.6.tar.gz
cd egenix-mx-base-2.0.6
python setup.py build
python setup.py install
and then
wget http://initd.org/pub/software/psycopg/psycopg-1.1.18.tar.gz
tar -x -z -f psycopg-1.1.18.tar.gz
cd psycopg-1.1.18
./configure --with-python=PathToYourPython(/usr/bin/python?) --with-zope=PathToYourZopeInstace --with-postgres-includes=PathToPostgreIncludes(/usr/include/...) --with-mxdatetime-includes=PathToMy(/usr/lib/python??/site-packages/mx/DateTime/mxDateTime)
make
make install
make install-zope
Lg,
AXEL.
--
"Aber naja, ich bin eher der Forentyp." Wolfibolfi's outing in
http://www.informatik-forum.at/showpost.php?p=206342&postcount=10
More information about the Zope-DB
mailing list