Hello, In order to connect via Zope to a database (postgresql) i search an adapter for postgresql8.*. I found it ZPoPyDa, i try to install it in MyZopeInsatance/Products without success , i tried in zope/lib/python/products no success also. Where i have to install this adapter (for seeing it in my product's list in the control panel)? There is another adapter for postgresql8.*? I use Zope2.9.4. Thanks G. __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail
Graziella Toutoungis wrote at 2007-1-8 14:32 +0000:
In order to connect via Zope to a database (postgresql) i search an adapter for postgresql8.*. I found it ZPoPyDa, i try to install it in MyZopeInsatance/Products without success , i tried in zope/lib/python/products no success also.
Where i have to install this adapter (for seeing it in my product's list in the control panel)? There is another adapter for postgresql8.*?
We are using "ZPsycopgDA" (with Zope 2.8.1 and Postgres 8) without problems. -- Dieter
I didn't find ZPsycopgDA but i have finded the package psycopg2.* who contain ZpsycopgDA, I buid it and install it, i don't know what doing else for installing ZpsycopgDA between my products? the file event.log don't give me any error? thanks fo all helps G.
Graziella Toutoungis wrote at 2007-1-8 14:32 +0000:
In order to connect via Zope to a database (postgresql) i search an adapter for postgresql8.*. I found it ZPoPyDa, i try to install it in MyZopeInsatance/Products without success , i tried in zope/lib/python/products no success also.
Where i have to install this adapter (for seeing it in my product's list in the control panel)? There is another adapter for postgresql8.*?
We are using "ZPsycopgDA" (with Zope 2.8.1 and Postgres 8) without problems.
-- Dieter
__________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail
I didn't find ZPsycopgDA but i have finded the package psycopg2.* who contain ZpsycopgDA, I buid it and install it, i don't know what doing else for installing ZpsycopgDA between my products? the file event.log don't give me any error? You should write these posts to zope-db mailing list not to zope-dev.
If you've installed psycopg2 and you put ZpsycopgDA into your Zope instance Products directory then, if everything is OK: 1. You should see ZpsycopgDA product at: ControlPanel->ProductManagement in ZMI (Zope Management Interface) and it's status shouldn't be broken. 2. You should see ZPsycopgDAConnection (or something like that) in the Add list in ZMI. Take a look at Zope book (eg. Zope book 2.7 edition on plope.org) at relational database connectivity. -- Maciej Wisniowski
participants (3)
-
Dieter Maurer -
Graziella Toutoungis -
Maciej Wisniowski