[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
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008976.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Sat Jan 19 20:52:17 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008977.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sat Jan 19 20:53:47 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008978.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sat Jan 19 20:55:17 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008979.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sat Jan 19 20:56:48 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008980.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[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 queue
3) Handling Server disconnection
4) Handling of connect() failure
5) A bit of a clean up QueueProcessorThread so that it complies with
IMailQueueProcessor in interfaces.py

Events 1, 3 and 4 are handled by waiting for 5 minutes, and then
restarting processing.

I would appreciate hearing from the zope.sendmail developers.  Once I
have the code complete I will gladly post a diff tomorrow.

Best regards,

Matthew Grant


signature.asc
Description: This is a digitally signed message part
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


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
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[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):
color='red'
 class A(Acquisition.Implicit):
pass
 b=B()
 c = A()
 b.c = c
 print b.c == c

When the last print statement should return true (2.4) ,in
2.5 its returning false. Please give some hint on this.

Regards,
Nikhil
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


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


Excellent...but the reason is likely to be found in the C implementation
of the acquistion module :-) So the answer is: because the C implementation
is likely broken under Python 2.5.


Andreas

pgpDyQoX83oD8.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


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@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )