Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Fred Drake
On Mon, 18 Oct 2004 06:59:26 +0200, Andreas Jung [EMAIL PROTECTED] wrote: Zope 2.7.3 + Python 2.4 fails when running the unittests: Then a collector item should be filed. ;-) I don't know anything about ThreadedAsync myself. -Fred -- Fred L. Drake, Jr.fdrake at gmail.com Zope

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tim Peters
[Andreas Jung] Zope 2.7.3 + Python 2.4 fails when running the unittests: EETraceback (most recent call last): File /develop/sandboxes/Zope-2_7-branch/Zope/lib/python/ZEO/tests/zeoserver.py, line 216, in ? main() File

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Andreas Jung
--On Montag, 18. Oktober 2004 11:27 Uhr -0400 Tim Peters [EMAIL PROTECTED] wrote: Curiously, the same tests pass on Zope 2.8 trunk under 2.4, and in Zope3 under 2.4. Unfortunately, I have no idea what those tests do. Possibly relevant is that 2.4's asyncore is less tolerant of leaving garbage

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tim Peters
[Andreas Jung] Running the tests with 2.8 under Linux fails for me: Yes, I was replying to you, confirming that they also fail on Windows, and identifying the specific tests that failed. Collector #1542. Thanks -- I've added comments there. Looks also related to asyncore. Since it blows up

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tim Peters
[Andreas Jung] Running the tests with 2.8 under Linux fails for me: [Tim Peters] Yes, I was replying to you, confirming that they also fail on Windows, and identifying the specific tests that failed. Oops! Sorry, I misread what you wrote. Understood now.

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Andreas Jung
I have installed Zope 2.7.3 + Python 2.4b1 on my company site and it seems to run pretty fine. I could not see the error below you described. Andreas --On Sonntag, 17. Oktober 2004 17:13 Uhr +0100 Matt Hamilton [EMAIL PROTECTED] wrote: Hi All, I'm having some trouble getting python2.3.4

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-18 Thread Tino Wildenhain
Hi, Am Mo, den 18.10.2004 schrieb Andreas Jung um 20:30: I have installed Zope 2.7.3 + Python 2.4b1 on my company site and it seems to run pretty fine. I could not see the error below you described. I can second that. python-2.4.0b1 as Andreas said. :-) Regards Tino

[Zope-dev] Python2.4 and Zope 2.7

2004-10-17 Thread Matt Hamilton
Hi All, I'm having some trouble getting python2.3.4 running on FreeBSD 5.3b7 on an AMD Opteron, so for kicks tried python2.4rc3. It managed to pass the recursion regex test in test_re.py that was causing python2.3.4 to barf, but in trying to start Zope with python2.4rc3 I get the error

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-17 Thread Jens Vagelpohl
On Oct 17, 2004, at 18:13, Matt Hamilton wrote: Hi All, I'm having some trouble getting python2.3.4 running on FreeBSD 5.3b7 on an AMD Opteron, so for kicks tried python2.4rc3. It managed to pass the recursion regex test in test_re.py that was causing python2.3.4 to barf, but in trying to

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-17 Thread Andreas Jung
--On Sonntag, 17. Oktober 2004 17:13 Uhr +0100 Matt Hamilton [EMAIL PROTECTED] wrote: Hi All, I'm having some trouble getting python2.3.4 running on FreeBSD 5.3b7 on an AMD Opteron, so for kicks tried python2.4rc3. It managed to pass the recursion regex test in test_re.py that was causing

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-17 Thread Andreas Jung
--On Sonntag, 17. Oktober 2004 17:54 Uhr +0100 Matt Hamilton [EMAIL PROTECTED] wrote: Andreas Jung wrote: Python 2.4 is still in alpha stage and there are no plans to support Python 2.4 in the short term. Is this just a 'its not a good idea as it's not been tested'? or is it 'I know it won't

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-17 Thread chrism
FWIW, the fact that you get the error at that point means that cDocumentTemplate can't be imported (it's using pDocumentTemplate, which nobody uses since it's a fallback). This is probably the root of the problem. I suspect pDocumentTemplate would give the same error on any platform. I would

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-17 Thread Fred Drake
On Sun, 17 Oct 2004 18:43:34 +0200, Andreas Jung [EMAIL PROTECTED] wrote: Python 2.4 is still in alpha stage and there are no plans to support Python 2.4 in the short term. It's in beta as of Friday evening; this would be a good time for someone with time to start testing it with various Zope

Re: [Zope-dev] Python2.4 and Zope 2.7

2004-10-17 Thread Andreas Jung
--On Sonntag, 17. Oktober 2004 15:14 Uhr -0400 Fred Drake [EMAIL PROTECTED] wrote: On Sun, 17 Oct 2004 18:43:34 +0200, Andreas Jung [EMAIL PROTECTED] wrote: Python 2.4 is still in alpha stage and there are no plans to support Python 2.4 in the short term. It's in beta as of Friday evening; this