[Zope3-Users] Re: Problems during installation of Zope3 on Mac OS X 10.3.6

Philipp von Weitershausen philipp at weitershausen.de
Mon Nov 22 11:41:37 EST 2004


Hi,

> ======================================================================
> 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.

This looks a lot like the error that's been reported in the collector 
already: http://zope.org/Collectors/Zope3-dev/318. Maybe you can write 
down some of your experiences there.

Note that I'm running OSX and haven't seen this problem yet (running 
zdaemon tests):

   philipp at bender:~/dev/ZopeX3-3.0$ python test.py src/zdaemon/
   Configuration file found.
   Running UNIT tests from /Users/philipp/dev/ZopeX3-3.0
   ----------------------------------------------------------------------
   Ran 29 tests in 5.227s

   OK

My Python is a self-compiled stock 2.3.4 tarball:

   philipp at bender:~/dev/ZopeX3-3.0$ python
   Python 2.3.4 (#1, Jun 12 2004, 15:25:34)
   [GCC 3.3 20030304 (Apple Computer, Inc. build 1640)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.

My system is OSX 10.3.6:

   philipp at bender:~/dev/ZopeX3-3.0$ uname -a
   Darwin bender.local 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10
   12:05:27 PDT 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC  Power
   Macintosh powerpc

Philipp



More information about the Zope3-users mailing list