Porb installing ZODB
Up to General
i'm trying to install ZODB 3.3, i have python 2.4.3, but when i do the tests i gies me 2 errors:
The errors are:
Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 237, in testRunIgnoresParentSignals self.assert_(is_started, "spawned process failed to start in a minute"
File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute
Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 260, in testUmask
self.assert_(not os.access(path, os.W_OK))
File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError
======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 237, in testRunIgnoresParentSignals self.assert_(is_started, "spawned process failed to start in a minute"
File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute
======================================================================
FAIL: testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 260, in testUmask
self.assert_(not os.access(path, os.W_OK))
File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 1365 tests in 515.543s
FAILED (failures=2)
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/lib/python2.4/logging/__init__.py", line 1332, in shutdown
h.flush()
File "/usr/local/lib/python2.4/logging/__init__.py", line 718, in flush
self.stream.flush()
ValueError: I/O operation on closed file
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/lib/python2.4/logging/__init__.py", line 1332, in shutdown
h.flush()
File "/usr/local/lib/python2.4/logging/__init__.py", line 718, in flush
self.stream.flush()
ValueError: I/O operation on closed file
if anyone could help me on this, i will be pleased
With the best regards
HMSG
The errors are:
Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 237, in testRunIgnoresParentSignals self.assert_(is_started, "spawned process failed to start in a minute"

File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute
Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 260, in testUmask
self.assert_(not os.access(path, os.W_OK))
File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError
======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 237, in testRunIgnoresParentSignals self.assert_(is_started, "spawned process failed to start in a minute"

File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute
======================================================================
FAIL: testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/net5/www/webs/ZODB3-3.3.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 260, in testUmask
self.assert_(not os.access(path, os.W_OK))
File "/usr/local/lib/python2.4/unittest.py", line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 1365 tests in 515.543s
FAILED (failures=2)
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/lib/python2.4/logging/__init__.py", line 1332, in shutdown
h.flush()
File "/usr/local/lib/python2.4/logging/__init__.py", line 718, in flush
self.stream.flush()
ValueError: I/O operation on closed file
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/lib/python2.4/logging/__init__.py", line 1332, in shutdown
h.flush()
File "/usr/local/lib/python2.4/logging/__init__.py", line 718, in flush
self.stream.flush()
ValueError: I/O operation on closed file
if anyone could help me on this, i will be pleased
With the best regards
HMSG
Powered by
Ploneboard
















