Re: [Zope-dev] zope's ESMTP support

2004-02-23 Thread Lennart Regebro
From: panjunyong [EMAIL PROTECTED] And now I am more interested in the 2nd product. What is the status? It was fine when I checked it in a month or two ago. compatible with zope 2.7? stable to use? (It doesn't work with my zope2.7 too :-( ) I haven't tried it with 2.7, but the change is so

Re: [Zope-dev] TAL i18n breakage in 2.7

2004-02-23 Thread Myroslav Opyr
seb bacon wrote: On Thu, Feb 19, 2004 at 09:10:30AM -0500, Stephan Richter wrote: On Thursday 19 February 2004 08:08, seb bacon wrote: Zope 2.7 introduced a change in its translation interface. Previously a translation service could return None, but now returning None causes an assertion

Re: [Zope-dev] Re: Zope 2.7 and objects turning into None

2004-02-23 Thread Florent Guillaume
This is a guess, but perhaps the Catalog is masking some other low-level error and returning None instead? I'll see if that seems possible from the code. Some time ago, I found out that OFS.Traversable.Traversable.unrestrictedTraverse catched ConflictError and returned default if a default

[Zope-dev] Errors on Z2 HEAD

2004-02-23 Thread Christian Theune
Howdi, I just prepared the post traversal checkin and was running the full load of Z2 unit tests (which are quiet slow in my oppinion right now. Took about 15 Min on Linux/P4 1.7GHz) and got a couple of errors that look like a problem with my build:

Re: [Zope-dev] Errors on Z2 HEAD

2004-02-23 Thread Chris McDonough
Looks like the test runner is picking up tests in the build-base directory (which is generated as a result of make), which might also be why it's so slow, because it's likely running every test twice. How are you running the tests? FWIW, the automated test runners do the equivalent of:

[Zope-dev] Re: time exUserFolder

2004-02-23 Thread Michael Long
I have cc'd the zope list in case others may find this answer helpful. Hi, i read your question (seems quite recent). I've had the same problem and traced the problem to some forgotten import time in pgPropSource.py in the exUserFolder folder. If you add: import time below f.i. import