[Zope-tests] UNKNOWN : Zope-trunk Python-2.4.6 : Linux

Zope Tests zope-tests at epy.co.at
Thu Feb 19 20:50:04 EST 2009


Zope Tests : UNKNOWN
Zope-trunk Python-2.4.6 : Linux

Running /usr/local/python2.4/bin/python ./bin/test --all
Test-module import failures:

Module: AccessControl.tests.testAcquisition

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope212/src/AccessControl/tests/testAcquisition.py", line 25, in ?
    Zope2.startup()
  File "/home/stefan/autotest/temp/python24-zope212/src/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/home/stefan/autotest/temp/python24-zope212/src/Zope2/App/startup.py", line 117, in startup
    OFS.Application.initialize(application)
  File "/home/stefan/autotest/temp/python24-zope212/src/OFS/Application.py", line 251, in initialize
    initializer.initialize()
  File "/home/stefan/autotest/temp/python24-zope212/src/OFS/Application.py", line 279, in initialize
    self.install_products()
  File "/home/stefan/autotest/temp/python24-zope212/src/OFS/Application.py", line 481, in install_products
    return install_products(app)
  File "/home/stefan/autotest/temp/python24-zope212/src/OFS/Application.py", line 512, in install_products
    folder_permissions, raise_exc=debug_mode)
  File "/home/stefan/autotest/temp/python24-zope212/src/OFS/Application.py", line 662, in install_product
    initmethod(context)
  File "/home/stefan/autotest/temp/python24-zope212/src/Products/Five/__init__.py", line 31, in initialize
    zcml.load_site()
  File "/home/stefan/autotest/temp/python24-zope212/src/Products/Five/zcml.py", line 44, in load_site
    _context = xmlconfig.file(file)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 610, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 539, in include
    f = openInOrPlain(path)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 427, in openInOrPlain
    fp = open(filename)
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python24-zope212/skel/etc/site.zcml'


Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/testrunner/runner.py", line 360, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/testrunner/runner.py", line 536, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope212/src/OFS/tests/testCopySupportEvents.py", line 63, in setUp
    zcml.load_site()
  File "/home/stefan/autotest/temp/python24-zope212/src/Products/Five/zcml.py", line 44, in load_site
    _context = xmlconfig.file(file)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 610, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 539, in include
    f = openInOrPlain(path)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 427, in openInOrPlain
    fp = open(filename)
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python24-zope212/skel/etc/site.zcml'

Running OFS.tests.testCopySupportHooks.HookLayer tests:
  Set up OFS.tests.testCopySupportHooks.HookLayer Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/testrunner/runner.py", line 360, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/testrunner/runner.py", line 536, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope212/src/OFS/tests/testCopySupportHooks.py", line 68, in setUp
    zcml.load_site()
  File "/home/stefan/autotest/temp/python24-zope212/src/Products/Five/zcml.py", line 44, in load_site
    _context = xmlconfig.file(file)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 610, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 539, in include
    f = openInOrPlain(path)
  File "/home/stefan/autotest/temp/python24-zope212/eggs/zope.configuration-3.4.1-py2.4.egg/zope/configuration/xmlconfig.py", line 427, in openInOrPlain
    fp = open(filename)
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python24-zope212/skel/etc/site.zcml'

Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.001 seconds.
  Ran 632 tests with 0 failures and 0 errors in 22.114 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.004 seconds.
  Ran 18 tests with 0 failures and 0 errors in 0.071 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
  Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.002 seconds.
  Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.012 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.002 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python24-zope212/src/DocumentTemplate/DT_Raise.py:63: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  t, v = upgradeException(t, v)


Failure in test testRequest (Products.SiteAccess.tests.testSiteRoot.SiteRootRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212/src/Products/SiteAccess/tests/testSiteRoot.py", line 39, in testRequest
    self.assertEqual(self.app.REQUEST['URL'], 'http://test_base/test_path/index_html')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'http://foo/folder' != 'http://test_base/test_path/index_html'



Error in test test_load_config_template (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212/src/Zope2/Startup/tests/test_schema.py", line 75, in test_load_config_template
    f = open(fn)
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python24-zope212/skel/etc/zope.conf.in'



Error in test testInsideOutVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/tests/testPUT_factory.py", line 61, in testInsideOutVirtualHosting
    put = request.traverse('/VirtualHostBase/http/foo.com:80/VirtualHostRoot/_vh_foo/folder/doc')
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 496, in traverse
    subobject = self.traverseName(object, entry_name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 340, in traverseName
    ob2 = adapter.publishTraverse(self, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 83, in publishTraverse
    subobject=object.__bobo_traverse__(request, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/NullResource.py", line 76, in __bobo_traverse__
    raise Conflict, 'Collection ancestors must already exist.'
Conflict: Collection ancestors must already exist.



Error in test testSimpleVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/tests/testPUT_factory.py", line 49, in testSimpleVirtualHosting
    put = request.traverse('/VirtualHostBase/http/foo.com:80/VirtualHostRoot/folder/doc')
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 496, in traverse
    subobject = self.traverseName(object, entry_name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 340, in traverseName
    ob2 = adapter.publishTraverse(self, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 83, in publishTraverse
    subobject=object.__bobo_traverse__(request, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/NullResource.py", line 76, in __bobo_traverse__
    raise Conflict, 'Collection ancestors must already exist.'
Conflict: Collection ancestors must already exist.



Error in test testSubfolderInsideOutVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/tests/testPUT_factory.py", line 67, in testSubfolderInsideOutVirtualHosting
    put = request.traverse('/VirtualHostBase/http/foo.com:80/folder/VirtualHostRoot/_vh_foo/doc')
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 496, in traverse
    subobject = self.traverseName(object, entry_name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 340, in traverseName
    ob2 = adapter.publishTraverse(self, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 83, in publishTraverse
    subobject=object.__bobo_traverse__(request, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/NullResource.py", line 76, in __bobo_traverse__
    raise Conflict, 'Collection ancestors must already exist.'
Conflict: Collection ancestors must already exist.



Error in test testSubfolderVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/tests/testPUT_factory.py", line 55, in testSubfolderVirtualHosting
    put = request.traverse('/VirtualHostBase/http/foo.com:80/folder/VirtualHostRoot/doc')
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 496, in traverse
    subobject = self.traverseName(object, entry_name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 340, in traverseName
    ob2 = adapter.publishTraverse(self, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/ZPublisher/BaseRequest.py", line 83, in publishTraverse
    subobject=object.__bobo_traverse__(request, name)
  File "/home/stefan/autotest/temp/python24-zope212/src/webdav/NullResource.py", line 76, in __bobo_traverse__
    raise Conflict, 'Collection ancestors must already exist.'
Conflict: Collection ancestors must already exist.

  Ran 1652 tests with 1 failures and 5 errors in 1 minutes 21.389 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.

Test-modules with import problems:
  AccessControl.tests.testAcquisition
Total: 2304 tests, 1 failures, 7 errors in 1 minutes 45.155 seconds.

UNKNOWN 

----------------------------------------------------------------------------
Results of the buildout step have been included below for debugging purposes
----------------------------------------------------------------------------

Running /usr/local/python2.4/bin/python bootstrap/bootstrap.py
Creating directory '/home/stefan/autotest/temp/python24-zope212/bin'.
Creating directory '/home/stefan/autotest/temp/python24-zope212/parts'.
Creating directory '/home/stefan/autotest/temp/python24-zope212/eggs'.
Creating directory '/home/stefan/autotest/temp/python24-zope212/develop-eggs'.
Generated script '/home/stefan/autotest/temp/python24-zope212/bin/buildout'.
Running ./bin/buildout
Setting socket time out to 90 seconds
Develop: '/home/stefan/autotest/temp/python24-zope212/.'
Getting distribution for 'zc.recipe.testrunner==1.1.0'.
zip_safe flag not set; analyzing archive contents...
Got zc.recipe.testrunner 1.1.0.
Getting distribution for 'zc.recipe.egg>=1.0.0a3'.
Got zc.recipe.egg 1.1.0.
Getting distribution for 'zope.testing==3.7.1'.
Got zope.testing 3.7.1.
Getting distribution for 'zope.interface==3.5.0'.
Got zope.interface 3.5.0.
Installing test.
Getting distribution for 'zope.app.testing==3.6.0'.
Got zope.app.testing 3.6.0.
Getting distribution for 'zope.app.schema==3.5.0'.
Got zope.app.schema 3.5.0.
Getting distribution for 'zope.app.publisher==3.6.0'.
Got zope.app.publisher 3.6.0.
Getting distribution for 'zope.app.publication==3.5.1'.
Got zope.app.publication 3.5.1.
Getting distribution for 'zope.app.pagetemplate==3.5.0'.
Got zope.app.pagetemplate 3.5.0.
Getting distribution for 'zope.app.locales==3.5.1'.
Got zope.app.locales 3.5.1.
Getting distribution for 'zope.app.form==3.7.1'.
Got zope.app.form 3.7.1.
Getting distribution for 'zope.app.container==3.7.0'.
Got zope.app.container 3.7.0.
Getting distribution for 'zope.app.component==3.6.0'.
Got zope.app.component 3.6.0.
Getting distribution for 'zope.viewlet==3.5.0'.
Got zope.viewlet 3.5.0.
Getting distribution for 'zope.traversing==3.5.2'.
Got zope.traversing 3.5.2.
Getting distribution for 'zope.testbrowser==3.6.0a2'.
Got zope.testbrowser 3.6.0a2.
Getting distribution for 'zope.tales==3.4.0'.
Got zope.tales 3.4.0.
Getting distribution for 'zope.tal==3.5.0'.
Got zope.tal 3.5.0.
Getting distribution for 'zope.structuredtext==3.4.0'.
Got zope.structuredtext 3.4.0.
Getting distribution for 'zope.size==3.4.0'.
Got zope.size 3.4.0.
Getting distribution for 'zope.sequencesort==3.4.0'.
Got zope.sequencesort 3.4.0.
Getting distribution for 'zope.sendmail==3.5.1'.
Got zope.sendmail 3.5.1.
Getting distribution for 'zope.security==3.6.0'.
Got zope.security 3.6.0.
Getting distribution for 'zope.schema==3.5.2'.
Got zope.schema 3.5.2.
Getting distribution for 'zope.publisher==3.5.5'.
Got zope.publisher 3.5.5.
Getting distribution for 'zope.proxy==3.5.0'.
Got zope.proxy 3.5.0.
Getting distribution for 'zope.pagetemplate==3.4.1'.
Got zope.pagetemplate 3.4.1.
Getting distribution for 'zope.location==3.5.2'.
Got zope.location 3.5.2.
Getting distribution for 'zope.lifecycleevent==3.5.0'.
Got zope.lifecycleevent 3.5.0.
Getting distribution for 'zope.i18nmessageid==3.4.3'.
Got zope.i18nmessageid 3.4.3.
Getting distribution for 'zope.i18n==3.6.0'.
Got zope.i18n 3.6.0.
Getting distribution for 'zope.formlib==3.5.1'.
Got zope.formlib 3.5.1.
Getting distribution for 'zope.exceptions==3.5.2'.
Got zope.exceptions 3.5.2.
Getting distribution for 'zope.event==3.4.0'.
Got zope.event 3.4.0.
Getting distribution for 'zope.deferredimport==3.5.0'.
Got zope.deferredimport 3.5.0.
Getting distribution for 'zope.contenttype==3.4.1'.
Got zope.contenttype 3.4.1.
Getting distribution for 'zope.contentprovider==3.4.0'.
Got zope.contentprovider 3.4.0.
Getting distribution for 'zope.configuration==3.4.1'.
Got zope.configuration 3.4.1.
Getting distribution for 'zope.component==3.5.1'.
Got zope.component 3.5.1.
Getting distribution for 'zodbcode==3.4.0'.
Got zodbcode 3.4.0.
Getting distribution for 'ZODB3==3.9.0a11'.
Got ZODB3 3.9.0a11.
Getting distribution for 'zdaemon==2.0.2'.
Got zdaemon 2.0.2.
Getting distribution for 'zLOG==2.11.1'.
Got zLOG 2.11.1.
Getting distribution for 'ZConfig==2.6.1'.
Got ZConfig 2.6.1.
Getting distribution for 'tempstorage==2.11.1'.
Got tempstorage 2.11.1.
Getting distribution for 'RestrictedPython==3.5.0'.
  File "build/bdist.linux-i686/egg/RestrictedPython/tests/security_in_syntax26.py", line 6
    with x as _leading_underscore:
         ^
SyntaxError: invalid syntax
  File "build/bdist.linux-i686/egg/RestrictedPython/tests/before_and_after25.py", line 30
    x.y = y.z if y.z else y.x
               ^
SyntaxError: invalid syntax
  File "build/bdist.linux-i686/egg/RestrictedPython/tests/before_and_after26.py", line 30
    with whatever as x:
                ^
SyntaxError: invalid syntax
  File "/home/stefan/autotest/temp/python24-zope212/eggs/tmp8RyoGJ/RestrictedPython-3.5.0-py2.4.egg/RestrictedPython/tests/security_in_syntax26.py", line 6
    with x as _leading_underscore:
         ^
SyntaxError: invalid syntax
  File "/home/stefan/autotest/temp/python24-zope212/eggs/tmp8RyoGJ/RestrictedPython-3.5.0-py2.4.egg/RestrictedPython/tests/before_and_after25.py", line 30
    x.y = y.z if y.z else y.x
               ^
SyntaxError: invalid syntax
  File "/home/stefan/autotest/temp/python24-zope212/eggs/tmp8RyoGJ/RestrictedPython-3.5.0-py2.4.egg/RestrictedPython/tests/before_and_after26.py", line 30
    with whatever as x:
                ^
SyntaxError: invalid syntax
Got RestrictedPython 3.5.0.
Getting distribution for 'pytz==2009a'.
Got pytz 2009a.
Getting distribution for 'Persistence==2.11.1'.
Got Persistence 2.11.1.
Getting distribution for 'ExtensionClass==2.11.1'.
Got ExtensionClass 2.11.1.
Getting distribution for 'docutils==0.5'.
"optparse" module already present; ignoring extras/optparse.py.
"textwrap" module already present; ignoring extras/textwrap.py.
zip_safe flag not set; analyzing archive contents...
docutils.parsers.rst.directives.misc: module references __file__
docutils.writers.html4css1.__init__: module references __file__
docutils.writers.pep_html.__init__: module references __file__
docutils.writers.s5_html.__init__: module references __file__
docutils.writers.newlatex2e.__init__: module references __file__
Got docutils 0.5.
Getting distribution for 'DateTime==2.11.2'.
Got DateTime 2.11.2.
Getting distribution for 'Acquisition==2.12.0a1'.
Got Acquisition 2.12.0a1.
Getting distribution for 'zope.site==3.6.0'.
Got zope.site 3.6.0.
Getting distribution for 'zope.container==3.7.1'.
Got zope.container 3.7.1.
Getting distribution for 'zope.app.security==3.6.0'.
Got zope.app.security 3.6.0.
Getting distribution for 'zope.app.dependable==3.4.0'.
Got zope.app.dependable 3.4.0.
Getting distribution for 'zope.app.debug==3.4.1'.
Got zope.app.debug 3.4.1.
Getting distribution for 'zope.app.authentication==3.5.0a2'.
Got zope.app.authentication 3.5.0a2.
Getting distribution for 'zope.app.appsetup==3.9.0'.
Got zope.app.appsetup 3.9.0.
Getting distribution for 'zope.annotation==3.4.1'.
Got zope.annotation 3.4.1.
Getting distribution for 'zope.deprecation==3.4.0'.
Got zope.deprecation 3.4.0.
Getting distribution for 'zope.datetime==3.4.0'.
Got zope.datetime 3.4.0.
Getting distribution for 'zope.app.exception==3.4.2'.
Got zope.app.exception 3.4.2.
Getting distribution for 'zope.app.applicationcontrol==3.4.3'.
Got zope.app.applicationcontrol 3.4.3.
Getting distribution for 'zope.app.http==3.5.0'.
Got zope.app.http 3.5.0.
Getting distribution for 'zope.error==3.6.0'.
Got zope.error 3.6.0.
Getting distribution for 'zope.dublincore==3.4.2'.
Got zope.dublincore 3.4.2.
Getting distribution for 'zope.app.basicskin==3.4.0'.
Got zope.app.basicskin 3.4.0.
Getting distribution for 'zope.cachedescriptors==3.4.1'.
Got zope.cachedescriptors 3.4.1.
Getting distribution for 'zope.browser==0.5.0'.
Got zope.browser 0.5.0.
Getting distribution for 'zope.copypastemove==3.5.0'.
Got zope.copypastemove 3.5.0.
Getting distribution for 'zope.filerepresentation==3.5.0'.
Got zope.filerepresentation 3.5.0.
Getting distribution for 'zope.app.interface==3.4.0'.
Got zope.app.interface 3.4.0.
Getting distribution for 'mechanize==0.1.10'.
no previously-included directories found matching 'docs-in-progress'
  File "build/bdist.linux-i686/egg/mechanize/_firefox3cookiejar.py", line 91
    yield row
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause
  File "/home/stefan/autotest/temp/python24-zope212/eggs/tmpslmzXR/mechanize-0.1.10-py2.4.egg/mechanize/_firefox3cookiejar.py", line 91
    yield row
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause
Got mechanize 0.1.10.
Getting distribution for 'ClientForm==0.2.10'.
Got ClientForm 0.2.10.
Getting distribution for 'zc.lockfile==1.0'.
Got zc.lockfile 1.0.0.
Getting distribution for 'transaction==1.0a1'.
Got transaction 1.0a1.
Getting distribution for 'zope.broken==3.5.0'.
Got zope.broken 3.5.0.
Getting distribution for 'zope.dottedname==3.4.5'.
Got zope.dottedname 3.4.5.
Getting distribution for 'zope.session==3.8.0'.
Got zope.session 3.8.0.
Getting distribution for 'zope.hookable==3.4.0'.
Got zope.hookable 3.4.0.
Getting distribution for 'zope.minmax==1.1.0'.
Got zope.minmax 1.1.0.
Generated script '/home/stefan/autotest/temp/python24-zope212/bin/test'.
Installing scripts.
Generated script '/home/stefan/autotest/temp/python24-zope212/bin/zpasswd'.
Generated script '/home/stefan/autotest/temp/python24-zope212/bin/mkzeoinstance'.
Generated script '/home/stefan/autotest/temp/python24-zope212/bin/mkzopeinstance'.
Installing zopepy.
Generated interpreter '/home/stefan/autotest/temp/python24-zope212/bin/zopepy'.


More information about the Zope-tests mailing list