[Zope3-dev] Zope 3 trunk and Python 2.5a2

2006-04-27 Thread Fred Drake
I just tried building the Zope 3 trunk with the Python 2.5 alpha 2 that was released a few hours ago. Unfortunately, the testrunner dies in the standard library. This is probably related to changes in the optparse module; it was updated shortly before the release to the latest Optik release. I

Re: [Zope3-dev] Zope 3 trunk and Python 2.5a2

2006-04-27 Thread Tim Peters
[Fred Drake] I just tried building the Zope 3 trunk with the Python 2.5 alpha 2 that was released a few hours ago. Unfortunately, the testrunner dies in the standard library. This is probably related to changes in the optparse module; it was updated shortly before the release to the latest

Re: [Zope3-dev] Zope 3 trunk and Python 2.5a2

2006-04-27 Thread Tim Peters
[Fred Drake] I just tried building the Zope 3 trunk with the Python 2.5 alpha 2 that was released a few hours ago. Unfortunately, the testrunner dies in the standard library. This is probably related to changes in the optparse module; it was updated shortly before the release to the latest

Re: [Zope3-dev] Zope 3 trunk and Python 2.5a2

2006-04-27 Thread Tim Peters
[Tim Peters, on getting the Zope3 testrunner to work w/ 2.5a2] In Zope3's testrunner.py, just change '--at-level', 1, to '--at-level', '1', in the default_setup_args list literal. After that, I don't know how well Zope3's test.py -v is expected to work on Windows these days. It

Re: [Zope3-dev] Zope 3 trunk and Python 2.5a2

2006-04-27 Thread Benji York
Tim Peters wrote: File C:\code\python\lib\linecache.py, line 14, in getline lines = getlines(filename, module_globals) TypeError: __patched_linecache_getlines() takes exactly 2 arguments (3 given) I have a fix for that, but can't even get zope.testing's tests to pass with 2.4.3.