Zope

Started by Bob Wheldonalmost 23 years ago3 messagesgeneral
Jump to latest
#1Bob Wheldon
win@pfaffenhofen.de

Hi Tom,

Is it possible to use Zope with Postgresql and Windows? I have
successfully installed the ODBC driver, but I still cannot see a
database connector in Zope!

--
Regards,

Bob Wheldon
Bob.Wheldon@gmx.de

Tel. +49 8444/7309
Mobile +49 179 5061083

#2scott.marlowe
scott.marlowe@ihs.com
In reply to: Bob Wheldon (#1)
Re: Zope

On Fri, 9 May 2003, Bob Wheldon wrote:

Hi Tom,

Is it possible to use Zope with Postgresql and Windows? I have
successfully installed the ODBC driver, but I still cannot see a
database connector in Zope!

I've seen articles on using Zope with Postgresql, so I'm sure it can be
done. That said, my experience with Zope is ZERO, so I'm going on what
others have done.

#3Guido Notari
gnotari@linkgroup.it
In reply to: scott.marlowe (#2)
Re: Zope

Is it possible to use Zope with Postgresql and Windows? I have
successfully installed the ODBC driver, but I still cannot see a
database connector in Zope!

AFAIK, the psycopg database connector can be compiled under Windows. It's
Postgres specific, no ODBC involved.

Look at http://initd.org/software/initd/psycopg

ciao
Guido