Dear all, I'm new to zope. I have planned to use zope with postgresql in a windows environment. I have installed zope 2.x, python 2.4, mxtools, psycopg2.0. I have no idea to proceed from here. I have ZpsycopgDA downloaded, but i don't no how to install it and use it in zope. It is very urgent that i have to finish a project. Can some one give some idea on how to connect zope and postgresql. I prefer a good tutorial which teaches how to use zope with pgsql. Thanks in advance. \madhan -- View this message in context: http://www.nabble.com/zope-and-postgresql-tp15631023p15631023.html Sent from the Zope - General mailing list archive at Nabble.com.
--On 22. Februar 2008 02:31:51 -0800 madhangc <madhangc@opensuse.us> wrote:
Dear all,
I'm new to zope. I have planned to use zope with postgresql in a windows environment. I have installed zope 2.x, python 2.4, mxtools, psycopg2.0. I have no idea to proceed from here. I have ZpsycopgDA downloaded, but i don't no how to install it and use it in zope. It is very urgent that i have to finish a project.
Like with any other product: install the ZPsycopgDA product inside the Products folder of your instance home, restart and create a ZPsycopgDA connection through the ZMI...then write your ZSQL methods..according to the RDBMS of "The Zope Book 2.7 edition"...please read up. -aj
I remember that there was a bug in the ZpsycopgDA that comes with version 2 of psycopg that no one has bothered to fix. It was something like when you add a connection object in Zope it doesn't allow you to set the encoding for Unicode or something crazy like that. It was discussed on the IRC and some poor guy who was trying to install it had to manually change the code of that product. Here we use the pyscopg version 1 and it works brilliantly. On 22/02/2008, madhangc <madhangc@opensuse.us> wrote:
Dear all,
I'm new to zope. I have planned to use zope with postgresql in a windows environment. I have installed zope 2.x, python 2.4, mxtools, psycopg2.0. I have no idea to proceed from here. I have ZpsycopgDA downloaded, but i don't no how to install it and use it in zope. It is very urgent that i have to finish a project. Can some one give some idea on how to connect zope and postgresql. I prefer a good tutorial which teaches how to use zope with pgsql.
Thanks in advance.
\madhan -- View this message in context: http://www.nabble.com/zope-and-postgresql-tp15631023p15631023.html Sent from the Zope - General mailing list archive at Nabble.com.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
sure i will try it out and get back. thank u so so much. andrew i read abou the relational database chapter but i missed how to install a product. Thank u all again. \madhan madhangc wrote:
Dear all,
I'm new to zope. I have planned to use zope with postgresql in a windows environment. I have installed zope 2.x, python 2.4, mxtools, psycopg2.0. I have no idea to proceed from here. I have ZpsycopgDA downloaded, but i don't no how to install it and use it in zope. It is very urgent that i have to finish a project. Can some one give some idea on how to connect zope and postgresql. I prefer a good tutorial which teaches how to use zope with pgsql.
Thanks in advance.
\madhan
-- View this message in context: http://www.nabble.com/zope-and-postgresql-tp15631023p15632899.html Sent from the Zope - General mailing list archive at Nabble.com.
participants (3)
-
Andreas Jung -
madhangc -
Peter Bengtsson