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

2008-01-21 Thread Jim Fulton
Nikhil, Thanks for trying this. :) I'll try to find some time to look at this, although I don't have time atm. Please let me know what branch to use to reproduce this. Jim On Jan 21, 2008, at 1:14 AM, Nikhil N wrote: Hello all , I am stuck with an error in Acquisition while trying to

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

2008-01-20 Thread Andreas Jung
--On 21. Januar 2008 11:44:28 +0530 Nikhil N [EMAIL PROTECTED] wrote: Hello all , I am stuck with an error in Acquisition while trying to make Zope2 work in Python2.5. Zope 2 does not support Python 2.5. Stick with the recommended version Python 2.4.4. Andreas pgpMHEBXbXIjj.pgp

[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 Andreas Jung
--On 21. Januar 2008 12:03:05 +0530 Nikhil N [EMAIL PROTECTED] wrote: 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. :)

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 -