[Tim Peters]
... That was the problem. Turns out `bbwin` does have a compiler, but the buildbot recipe didn't use it. After Jim fixed that, we have another Windows-specific failure, in new code from ChrisM (this is on Zope trunk, of course):
Failure in test test_get_env (ZServer.tests.test_clockserver.ClockServerTests) Traceback (most recent call last): File "c:\python24\lib\unittest.py", line 260, in run testMethod() File "C:\buildbot\.org\zc-bbwin--Windows 2000--Zope---trunk--2.4\build\lib\python\ZServer\tests \test_clockserver.py", line 87, in test_get_env self.assertEqual(env['PATH_TRANSLATED'], '/a /b') File "c:\python24\lib\unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '\\a \\b' != '/a /b'
[Chris McDonough]
Hmmm... I *think* I just fixed this.
Luckily for us, the buildbot doesn't give a rip what either of us think. Its judgment is that you _did_ fix it, and there's not a court in the land that will convict you given that perfect defense.