[Zope3-Users] First time install problem
Tim Penhey
tim at penhey.net
Tue Oct 18 15:47:33 EDT 2005
Hi All,
I am using Kubuntu 5.10 (Breezy Badger) and after failing to use the
pre-packaged zope3, I tried to download and install the one from zope.org.
Using Python 2.4.2 and gcc 4.0.2.
Since I don't have python2.3 installed (and env 'aint in /bin), I had to
change the first line of the test.py from
#!/bin/env python2.3
to
#!/usr/bin/env python
./install.py build worked fine, however ./test.py -v fails on one test:
Failure in test testRunIgnoresParentSignals
(zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
File "/usr/lib/python2.4/unittest.py", line 260, in run
testMethod()
File
"/home/tim/Zope-3.1.0/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/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
test was run as normal user.
What next? Given that I am trying to go through the text of "Zope 3
Developer's Handbook" and "Web Component Development with Zope 3" is it
something that is going to matter to me? Is it a known problem, bug, or
problem with my install?
Thanks for you help,
Tim
More information about the Zope3-users
mailing list