[Zope] zope and postgresql

2008-02-22 Thread madhangc
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 tha

Re: [Zope] zope and postgresql

2008-02-22 Thread Andreas Jung
--On 22. Februar 2008 02:31:51 -0800 madhangc <[EMAIL PROTECTED]> 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 download

Re: [Zope] zope and postgresql

2008-02-22 Thread Peter Bengtsson
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

Re: [Zope] zope and postgresql

2008-02-22 Thread madhangc
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

[Zope] Zope Calendar Product?

2008-02-22 Thread Cliff Ford
Hello friends, I have been away from Zope for a while. I have a Zope 2.9.3 installation (no CMS or Plone) for which someone has requested a Calendar application. From the Zope sites it is not clear whether any suitable product is available. Could anyone recommend something? Alternatively, mig

Re: [Zope] Zope Calendar Product?

2008-02-22 Thread Giampiero Benvenuti
Hi there, I 'm using "Calendar Tag". It does work fine for my needs: http://www.zope.org/Members/teyc/CalendarTag Ciao, Giampiero On Feb 22, 2008, at 6:20 AM, Cliff Ford wrote: Hello friends, I have been away from Zope for a while. I have a Zope 2.9.3 installation (no CMS or Plone) for

Re: [Zope] Zope Calendar Product?

2008-02-22 Thread Cliff Ford
Thank you Giampiero, Your answer made me realise I had asked the wrong question. I am really looking for something to coordinate personal diaries for meetings and events. I know this is a big, complicated field that teams work on for years. Do I expect too much? Cliff Giampiero Benvenuti w

[Zope] upgrade from 2.7 to 2.10 restore backup

2008-02-22 Thread Chris Hoy
Hi I am in the process of moving my wiki to a new machine. The new machine is unbunto 7.10. I have zope2.10 up and running but when i try and restore the backup from 2.7 I get the following error Traceback (most recent call last): File "/usr/lib/zope2.10/bin/repozo.py", line 74, in from ZOD

[Zope] Re: dtml-let and product

2008-02-22 Thread Wayne Volkmuth
>To get the mapping passed, you need to implement the method, >'__render_with_namespace__', which will then be passed the multi-mapping as an >argument. E.g.:: > def __render_with_namespace__(self, md): > myvar = md['myvar'] > # Thanks for the tip Tres, my product works now.

Re: [Zope] upgrade from 2.7 to 2.10 restore backup

2008-02-22 Thread Andreas Jung
--On 22. Februar 2008 16:49:11 + Chris Hoy <[EMAIL PROTECTED]> wrote: from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY ImportError: /usr/lib/zope2.10/lib/python/persistent/cPersistence.so: undefined symbol: Py_InitModule4 This looks more like a broken Zope inst