Gidday
I'm having probs installing zope3 on OSX 10.5.5
I've downloaded Zope-3.4.0c1 and ./configure demanded python2.4.3 not the 2.5.1 or 2.6 that I have. I got and installed 2.4.5 and configured using that python - couldn't find 2.4.3
./configure --with-python /usr/local/bin/python2.4
(By the way the readme has a double dash in front of the python which is an error:
./configure --with--python /usr/local/bin/python2.4)
Then "make" worked OK
I did "make check" and got hundreds of ....s BUT everything just stops on a dot and that's it!! I've waited a long time. In Terminal 'top' shows python2.4 is running but with very low activity.

I did also get other messages during check like this:

"""
..................................................

Failure in test allow_duplicate_arguments (zdaemon.tests.tests)
Failed doctest test for zdaemon.tests.tests.allow_duplicate_arguments
File "/Users/georgewr/Zope-3.4.0c1/build/lib.macosx-10.5-i386-2.4/ zdaemon/tests/tests.py", line 66, in allow_duplicate_arguments

----------------------------------------------------------------------
File "/Users/georgewr/Zope-3.4.0c1/build/lib.macosx-10.5-i386-2.4/ zdaemon/tests/tests.py", line 84, in zdaemon.tests.tests.allow_duplicate_arguments
Failed example:
    system("./zdaemon -Cconf -Cconf -Cconf stop")
Expected:
    daemon process stopped
Got:
    .
    Daemon manager not running.

.......................

"""

I haven't yet tried to do make install.
Should I ignore the make check?

George Wright
[EMAIL PROTECTED]
http://mywebsite.bigpond.net.au/georgewr/
http://www.labyrinth.net.au/~gwright




_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to