[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, that function

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

2008-01-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: --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

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

2008-01-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nikhil N wrote: 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).

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

2008-01-21 Thread Andreas Jung
--On 21. Januar 2008 14:29:39 -0500 Tres Seaver [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: --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

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

2008-01-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: --On 21. Januar 2008 14:29:39 -0500 Tres Seaver [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: --On 21. Januar 2008 11:44:28 +0530 Nikhil N [EMAIL PROTECTED] wrote: Hello

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

2008-01-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nikhil N wrote: 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).

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

2008-01-21 Thread Hanno Schlichting
Tres Seaver wrote: Nikhil N wrote: Hmm, very strange. I just did: I used: $ workingenv aq $ source aq/bin/activate $ easy_install Acquisition $ python For both Python 2.4 and 2.5 and can reproduce the problem. from ExtensionClass import Base from Acquisition import Implicit class

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

2008-01-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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, that function isn't even called

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

2008-01-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver 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, that function