[Zope3-dev] Python 2.4 build problem

Tim Peters tim.peters at gmail.com
Wed Jan 19 11:02:24 EST 2005


[Christian Wiese]
> as I mentioned on the IRC I've problems building Zope3 with Python 2.4 on my
> Linux Box.
>
> If I run the tests, some fail:

Python 2.4 isn't yet supported for Zope 3.

There's already a Collector issue open against the two apidoc test failures.

I haven't seen a report of this one failing before:

> Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
> Traceback (most recent call last):
>  File "/usr/lib/python2.4/unittest.py", line 260, in run
>    testMethod()
>  File "/usr/local/src/zope3/trunk/Zope3/src/zdaemon/tests/testzdrun.py", line
> 251, in testUmask
>    self.assert_(not os.access(path, os.W_OK))
>  File "/usr/lib/python2.4/unittest.py", line 308, in failUnless
>    if not expr: raise self.failureException, msg
> AssertionError

If it's something unique to your platform, I expect you'll have to
track down the cause.


More information about the Zope3-dev mailing list