[Zope-dev] Zope Tests: 5 OK

2008-01-20 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Jan 19 12:00:00 2008 UTC to Sun Jan 20 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Sat Jan 19 20:50:47 EST 2008

[Zope-dev] Retry Fixes for zope.sendmail

2008-01-20 Thread Matthew Grant
Hi There! During the last few days I have been doing some fixes for zope.sendmail to do with the trouble we are having with it on our Zope 3 application, which actually sends a lot of emails. Problems I in the fix are: 1) Handling of SMTP error 451 etc. 2) Cleaning stale lock links out of the

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 -