Dear All,

I try to install Zope3 on my Mac computer. The machine has two Python installation, the one provided by Apple (version 2.3) and
version 2.3.4

I has issued

"$ ./configure --with-python /usr/local/bin/python"

to use Python 2.3.4, then issued "make"; "make check".

During the "make check" I received the following message:

Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/Users/zsoltputnoky/Temp/ZopeX3-3.0.0/build/lib.darwin-7.6.0-Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", line 227, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: ''

then at the end of the tests, the following message:

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/zsoltputnoky/Temp/ZopeX3-3.0.0/build/lib.darwin-7.6.0-Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", line 227, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: ''

----------------------------------------------------------------------
Ran 3970 tests in 593.716s

FAILED (failures=1)
make: *** [check] Error 1

I would really appreciate if someone can explain what are these messages
and what I have to do to correct them.

Thanks very much for your help,

Zsolt Putnoky