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
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
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):
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