[Zope] psycopg version mismatch (imported 2.0.6 (dec mx dt ext pq3))

2009-03-05 Thread amol kumbhar
version mismatch (imported 2.0.6 (dec mx dt ext pq3)) Thanks & Regards Amol Kumbhar ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mai

Re: [Zope] psycopg version mismatch (imported 2.0.6 (dec mx dt ext pq3))

2009-03-05 Thread amol kumbhar
age_addProduct/ZPsycopgDA/manage_addZPsycopgConnection'SERVER_PORT '9673'CONTENT_LENGTH'192'HTTP_HOST'localhost:9673'HTTP_ACCEPT 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' GATEWAY_INTERFACE'CGI/1.1'HTTP_ACCEPT_LANGUAGE'en-us,e

Re: [Zope] psycopg version mismatch (imported 2.0.6 (dec mx dt ext pq3))

2009-03-06 Thread amol kumbhar
ALLOWED_PSYCOPG_VERSION list On Fri, Mar 6, 2009 at 2:03 PM, Andrew Milton wrote: > +---[ amol kumbhar ]-- > | This is my full error Log > | > | Site Error Log at /error_log > > > Yes you also need to update your ZPsycopg in your Zope products (it&

Re: [Zope] psycopg version mismatch (imported 2.0.6 (dec mx dt ext pq3))

2009-03-06 Thread amol kumbhar
ote: > +---[ amol kumbhar ]-- > | nt-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: > | quoted-printable Thanks for replying > | but I am still there . > | > | My DA.py contain this list of allowed_psycopg_version : > | > | > | ALLO

[Zope] Regarding ZODB

2009-03-24 Thread amol kumbhar
Hi! I am trying to execute following code *import ZODB from Persistence import Persistent class Employee(Persistent): def setName(self, name): self.name = name * but getting following error *Error Type: ImportError Error Value: import of "Persistent" from "Persistence" is unauthori

[Zope] How to add existing folder in Zope

2009-03-27 Thread amol kumbhar
Hi, I want to add existing folder in zope. As we can add files by browsing how could I add existing folder. Thanks, Amol. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] How to add existing folder in Zope

2009-03-27 Thread amol kumbhar
> > On 27.03.2009 8:00 Uhr, amol kumbhar wrote: > > Hi, > > > > I want to add existing folder in zope. As we can add files by browsing > > how could I add existing folder. > > > > This question does not make any sense. Anything existing can not be > added. Wha