[Zope3-dev] ZOPE3 installation error

Vijay Nakhawa vijay.nakhawa at gmail.com
Fri Feb 4 04:29:04 EST 2005


Hello friends.
While installing ZOPE3 on my PC (operating system- LINUX)
when i typed  "make check" command , i got the following errors:


1)
Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/root/zope3/ZopeX3-3.0.0/build/lib.linux-i686-2.3/zdaemon/tests/testzdrun.py",
line 244, in testUmask
    self.assert_(not os.access(path, os.W_OK))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

2)======================================================================
FAIL: testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/zope3/ZopeX3-3.0.0/build/lib.linux-i686-2.3/zdaemon/tests/testzdrun.py",
line 244, in testUmask
    self.assert_(not os.access(path, os.W_OK))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

----------------------------------------------------------------------
Ran 3970 tests in 281.561s

FAILED (failures=1)


i have used Python version 2.3.4
Please somebody help me to correct this problem.
Thank you.


More information about the Zope3-dev mailing list