Re: [Zope-dev] Zope on Python 2.5?

2007-11-02 Thread Nikhil N
Hi all, On 11/1/07, Baiju M <[EMAIL PROTECTED]> wrote: > Alexander Limi wrote: > > Will Zope 2 ever run on Python 2.5, or is that postponed > > indefinitely? We see an increasing amount of users trying to use Zope > > 2 with their systems that have Python 2.5 as default. > > Nikhil, who worked

[Zope-dev] Acquisition in Python2.5

2008-01-20 Thread Nikhil N
Hello all , I am stuck with an error in Acquisition while trying to make Zope2 work in Python2.5. I reduced the errors obtained to those as follows (its not exactly as in the code, but a minimum set which shows the problem). from ExtensionClass import Base import Acquisition class B(Base):

Re: [Zope-dev] Acquisition in Python2.5

2008-01-20 Thread Nikhil N
Hi, On Jan 21, 2008 11:52 AM, Andreas Jung <[EMAIL PROTECTED]> wrote: > > Zope 2 does not support Python 2.5. Stick with the recommended > version Python 2.4.4. > I was trying to make Zope2 support Python2.5. :) Regards, Nikhil ___ Zope-Dev maillist

[Zope-dev] Re: Acquisition in Python2.5

2008-01-22 Thread Nikhil N
On Jan 22, 2008 5:01 AM, Tres Seaver <[EMAIL PROTECTED]> wrote: > > Hanno Schlichting wrote: >> >> Two wrappers compare equal, so the code comparing an AQ wrapper with >> something different should be the one with the problem. I'd look into >> Wrapper_compare in _Acquisition.c. > > > Under 2.5, tha