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

Zope2 Tests zope-tests at epy.co.at
Fri Jun 8 05:20:28 UTC 2012


Zope2 Tests : UNKNOWN
Zope-trunk Python-2.6.6 : Linux (x86_64)

Running ./bin/test --all
Test-module import failures:

Module: App.tests.testImageFile

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/testImageFile.py", line 4, in <module>
    from Testing.ZopeTestCase.warnhook import WarningsHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: App.tests.test_setConfiguration

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_setConfiguration.py", line 18, in <module>
    from Testing.ZopeTestCase.layer import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testAcquisition

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testAcquisition.py", line 25, in <module>
    Zope2.startup()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/__init__.py", line 46, in startup
    from Zope2.App.startup import startup as _startup
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testAppInitializer

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testAppInitializer.py", line 17, in <module>
    from OFS.Application import Application, AppInitializer
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testCache

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testCache.py", line 4, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testChownRecursive

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testChownRecursive.py", line 15, in <module>
    from Testing import ZopeTestCase
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testCopySupport

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testCopySupport.py", line 11, in <module>
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testCopySupportEvents

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testCopySupportEvents.py", line 13, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testCopySupportHooks

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testCopySupportHooks.py", line 15, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testFileAndImage

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testFileAndImage.py", line 13, in <module>
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testHistory

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testHistory.py", line 12, in <module>
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testObjectManager

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testObjectManager.py", line 18, in <module>
    from OFS.interfaces import IItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testOrderSupport

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testOrderSupport.py", line 3, in <module>
    from OFS.CopySupport import CopySource
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/CopySupport.py", line 51, in <module>
    from OFS.event import ObjectWillBeMovedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testProductInit

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProductInit.py", line 17, in <module>
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.testTraverse

ImportError: cannot import name IPossibleSite


Module: OFS.tests.test_Uninstalled

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_Uninstalled.py", line 15, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.test_event

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_event.py", line 20, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.test_registerclass

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_registerclass.py", line 19, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: OFS.tests.test_registerpackage

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_registerpackage.py", line 20, in <module>
    from Products.Five.tests import testing
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/tests/testing/__init__.py", line 17, in <module>
    from Products.Five.tests.testing.folder import FiveTraversableFolder
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/tests/testing/folder.py", line 17, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_absoluteurl

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_adding

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_defaultview

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_i18n

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_menu

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_pages

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_provider

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_recurse

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_resource

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_skin

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_traversable

ImportError: cannot import name IPossibleSite


Module: Products.Five.browser.tests.test_zope3security

ImportError: cannot import name IPossibleSite


Module: Products.Five.component.tests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/component/__init__.py", line 21, in <module>
    from zope.location.interfaces import ISite, IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.Five.skin.tests.test_standardmacros

ImportError: cannot import name IPossibleSite


Module: Products.Five.tests.test_directives

ImportError: cannot import name IPossibleSite


Module: Products.Five.tests.test_size

ImportError: cannot import name IPossibleSite


Module: Products.Five.utilities.browser.tests.test_marker

ImportError: cannot import name IPossibleSite


Module: Products.Five.viewlet.tests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/viewlet/tests.py", line 18, in <module>
    from Testing.ZopeTestCase import FunctionalDocFileSuite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.PageTemplates.tests.testDTMLTests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.PageTemplates.tests.testExpressions

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.PageTemplates.tests.testHTMLTests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.PageTemplates.tests.testZRPythonExpr

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.PageTemplates.tests.testZopePageTemplate

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.PageTemplates.tests.test_ptfile

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.SiteErrorLog.tests.testSiteErrorLog

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteErrorLog/__init__.py", line 15, in <module>
    import SiteErrorLog
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteErrorLog/SiteErrorLog.py", line 30, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.Transience.tests.testTimeoutRelated

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/__init__.py", line 18, in <module>
    import Transience
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/Transience.py", line 36, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.Transience.tests.testTransactionHelper

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/__init__.py", line 18, in <module>
    import Transience
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/Transience.py", line 36, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.Transience.tests.testTransientObject

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/__init__.py", line 18, in <module>
    import Transience
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/Transience.py", line 36, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.Transience.tests.testTransientObjectContainer

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/__init__.py", line 18, in <module>
    import Transience
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Transience/Transience.py", line 36, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Products.ZODBMountPoint.tests.testMountPoint

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 22, in <module>
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Testing.ZopeTestCase.tests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Testing.ZopeTestCase.zopedoctest.tests

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Testing.tests.test_makerequest

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/tests/test_makerequest.py", line 20, in <module>
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Testing.tests.test_testbrowser

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/tests/test_testbrowser.py", line 18, in <module>
    from Testing.ZopeTestCase import FunctionalDocTestSuite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: ZPublisher.tests.test_exception_handling

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/ZPublisher/tests/test_exception_handling.py", line 17, in <module>
    from Testing.ZopeTestCase import FunctionalDocFileSuite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: ZTUtils.tests.testBatch

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: ZTUtils.tests.testTree

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: ZTUtils.tests.testZope

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: Zope2.App.tests.test_startup

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/test_startup.py", line 17, in <module>
    from Testing.ZopeTestCase import ZopeTestCase
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Module: webdav.tests.testPUT_factory

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testPUT_factory.py", line 5, in <module>
    from Products.SiteAccess.VirtualHostMonster import VirtualHostMonster
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/VirtualHostMonster.py", line 11, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite


Running zope.testrunner.layer.UnitTests tests:
  Set up zope.testrunner.layer.UnitTests in 0.000 seconds.


Error in test test_holds_db (App.tests.test_ApplicationManager.FakeConnectionTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 33, in test_holds_db
    fc = self._makeOne(db, parent_jar)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 28, in _makeOne
    return self._getTargetClass()(db, parent_jar)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 24, in _getTargetClass
    from App.ApplicationManager import FakeConnection
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse___hit_db (App.tests.test_ApplicationManager.DatabaseChooserTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 87, in test___bobo_traverse___hit_db
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse___miss (App.tests.test_ApplicationManager.DatabaseChooserTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 82, in test___bobo_traverse___miss
    dc = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 43, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 39, in _getTargetClass
    from App.ApplicationManager import DatabaseChooser
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse___miss_db_hit_attr (App.tests.test_ApplicationManager.DatabaseChooserTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 109, in test___bobo_traverse___miss_db_hit_attr
    dc = self._makeOne('test').__of__(root)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 43, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 39, in _getTargetClass
    from App.ApplicationManager import DatabaseChooser
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___getitem___hit (App.tests.test_ApplicationManager.DatabaseChooserTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 64, in test___getitem___hit
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___getitem___miss (App.tests.test_ApplicationManager.DatabaseChooserTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 60, in test___getitem___miss
    dc = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 43, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 39, in _getTargetClass
    from App.ApplicationManager import DatabaseChooser
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getDatabaseNames_sorted (App.tests.test_ApplicationManager.DatabaseChooserTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 55, in test_getDatabaseNames_sorted
    dc = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 43, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 39, in _getTargetClass
    from App.ApplicationManager import DatabaseChooser
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_tpValues (App.tests.test_ApplicationManager.DatabaseChooserTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 115, in test_tpValues
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_manage_getSysPath (App.tests.test_ApplicationManager.DebugManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 260, in test_manage_getSysPath
    dm = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 151, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 147, in _getTargetClass
    from App.ApplicationManager import DebugManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_manage_profile_reset (App.tests.test_ApplicationManager.DebugManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 248, in test_manage_profile_reset
    dm = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 151, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 147, in _getTargetClass
    from App.ApplicationManager import DebugManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_rcdate (App.tests.test_ApplicationManager.DebugManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 219, in test_rcdate
    import App.ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_rcdeltas (App.tests.test_ApplicationManager.DebugManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 228, in test_rcdeltas
    dm = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 151, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 147, in _getTargetClass
    from App.ApplicationManager import DebugManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_rcsnapshot (App.tests.test_ApplicationManager.DebugManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 201, in test_rcsnapshot
    import App.ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_refcount_no_limit (App.tests.test_ApplicationManager.DebugManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 175, in test_refcount_no_limit
    dm = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 151, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 147, in _getTargetClass
    from App.ApplicationManager import DebugManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_refdict (App.tests.test_ApplicationManager.DebugManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 188, in test_refdict
    dm = self._makeOne('test')
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 151, in _makeOne
    return self._getTargetClass()(id)
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 147, in _getTargetClass
    from App.ApplicationManager import DebugManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__canCopy (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 354, in test__canCopy
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_name (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 278, in test_db_name
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_size_gt_1_meg (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 293, in test_db_size_gt_1_meg
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_size_lt_1_meg (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 288, in test_db_size_lt_1_meg
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_size_string (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 283, in test_db_size_string
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getCLIENT_HOME (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 424, in test_getCLIENT_HOME
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getINSTANCE_HOME (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 418, in test_getINSTANCE_HOME
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getServers (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 442, in test_getServers
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_manage_app (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 359, in test_manage_app
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_manage_pack (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 298, in test_manage_pack
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_process_time_days (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 399, in test_process_time_days
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_process_time_hours (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 385, in test_process_time_hours
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_process_time_minutes (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 375, in test_process_time_minutes
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_process_time_seconds (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 368, in test_process_time_seconds
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_sys_platform (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 350, in test_sys_platform
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_sys_version (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 345, in test_sys_version
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_thread_get_ident (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 414, in test_thread_get_ident
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_version_txt (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 340, in test_version_txt
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 319, in _getTargetClass
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_name (App.tests.test_ApplicationManager.AltDatabaseManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 278, in test_db_name
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 467, in _getTargetClass
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_size_gt_1_meg (App.tests.test_ApplicationManager.AltDatabaseManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 293, in test_db_size_gt_1_meg
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 467, in _getTargetClass
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_size_lt_1_meg (App.tests.test_ApplicationManager.AltDatabaseManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 288, in test_db_size_lt_1_meg
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 467, in _getTargetClass
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_db_size_string (App.tests.test_ApplicationManager.AltDatabaseManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 283, in test_db_size_string
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 467, in _getTargetClass
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_manage_pack (App.tests.test_ApplicationManager.AltDatabaseManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 298, in test_manage_pack
    am = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 267, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/App/tests/test_ApplicationManager.py", line 467, in _getTargetClass
    from App.ApplicationManager import AltDatabaseManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse__attribute_hit (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 51, in test___bobo_traverse__attribute_hit
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse__attribute_key_miss_R_M_default_fake_request (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 80, in test___bobo_traverse__attribute_key_miss_R_M_default_fake_request
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse__attribute_key_miss_R_M_default_real_request (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 73, in test___bobo_traverse__attribute_key_miss_R_M_default_real_request
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse__attribute_key_miss_R_M_is_GET (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 87, in test___bobo_traverse__attribute_key_miss_R_M_is_GET
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse__attribute_key_miss_R_M_not_GET_POST (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 95, in test___bobo_traverse__attribute_key_miss_R_M_not_GET_POST
    from webdav.NullResource import NullResource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/NullResource.py", line 30, in <module>
    from OFS.CopySupport import CopyError
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/CopySupport.py", line 51, in <module>
    from OFS.event import ObjectWillBeMovedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___bobo_traverse__attribute_miss_key_hit (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 58, in test___bobo_traverse__attribute_miss_key_hit
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_class_provides_IApplication (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 14, in test_class_provides_IApplication
    from OFS.interfaces import IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_id_no_request (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 31, in test_id_no_request
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_id_w_request_no_SCRIPT_NAME (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 35, in test_id_w_request_no_SCRIPT_NAME
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_id_w_request_w_SCRIPT_NAME (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 40, in test_id_w_request_w_SCRIPT_NAME
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_instance_attributes (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 26, in test_instance_attributes
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_instance_conforms_to_IApplication (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 20, in test_instance_conforms_to_IApplication
    from OFS.interfaces import IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_title_and_id_plus_title_or_id (OFS.tests.testApplication.ApplicationTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 45, in test_title_and_id_plus_title_or_id
    app = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 11, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testApplication.py", line 7, in _getTargetClass
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (OFS.tests.testFTPInterface.TestFTPInterface)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testFTPInterface.py", line 7, in test_interfaces
    from OFS.interfaces import IFTPAccess
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (OFS.tests.testFindSupport.TestFindSupport)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testFindSupport.py", line 7, in test_interfaces
    from OFS.interfaces import IFindSupport
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (OFS.tests.testFolder.TestFolder)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testFolder.py", line 7, in test_interfaces
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (OFS.tests.testOrderedFolder.TestOrderedFolder)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testOrderedFolder.py", line 7, in test_interfaces
    from OFS.interfaces import IOrderedContainer
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testLinesPropertyIsTuple (OFS.tests.testProperties.TestPropertyManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 37, in testLinesPropertyIsTuple
    inst = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 27, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 23, in _getTargetClass
    from OFS.PropertyManager import PropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertyManager.py", line 30, in <module>
    from OFS.interfaces import IPropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (OFS.tests.testProperties.TestPropertyManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 30, in test_interfaces
    from OFS.interfaces import IPropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_propertyDescription_no_description_falls_back_to_id (OFS.tests.testProperties.TestPropertyManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 72, in test_propertyDescription_no_description_falls_back_to_id
    class NoDescription(self._getTargetClass()):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 23, in _getTargetClass
    from OFS.PropertyManager import PropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertyManager.py", line 30, in <module>
    from OFS.interfaces import IPropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_propertyDescription_with_description (OFS.tests.testProperties.TestPropertyManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 80, in test_propertyDescription_with_description
    class WithDescription(self._getTargetClass()):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 23, in _getTargetClass
    from OFS.PropertyManager import PropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertyManager.py", line 30, in <module>
    from OFS.interfaces import IPropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_propertyLabel_no_label_falls_back_to_id (OFS.tests.testProperties.TestPropertyManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 56, in test_propertyLabel_no_label_falls_back_to_id
    class NoLabel(self._getTargetClass()):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 23, in _getTargetClass
    from OFS.PropertyManager import PropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertyManager.py", line 30, in <module>
    from OFS.interfaces import IPropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_propertyLabel_with_label (OFS.tests.testProperties.TestPropertyManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 64, in test_propertyLabel_with_label
    class WithLabel(self._getTargetClass()):
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 23, in _getTargetClass
    from OFS.PropertyManager import PropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertyManager.py", line 30, in <module>
    from OFS.interfaces import IPropertyManager
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testPropertySheetLinesPropertyIsTuple (OFS.tests.testProperties.TestPropertySheet)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 99, in testPropertySheetLinesPropertyIsTuple
    inst = self._makeOne('foo')
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 94, in _makeOne
    from OFS.PropertySheets import PropertySheet
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_dav__propstat_notnullns (OFS.tests.testProperties.TestPropertySheet)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 147, in test_dav__propstat_notnullns
    inst = self._makeOne('foo')
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 94, in _makeOne
    from OFS.PropertySheets import PropertySheet
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_dav__propstat_nullns (OFS.tests.testProperties.TestPropertySheet)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 136, in test_dav__propstat_nullns
    inst = self._makeOne('foo')
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testProperties.py", line 94, in _makeOne
    from OFS.PropertySheets import PropertySheet
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testAdjacentRanges (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testBigFile (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testBigFileEndOverflow (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testEndOverflow (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testEqualIfRangeDate (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testEqualIfRangeEtag (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testGarbage (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testIllegalIfRange (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testIllegalSpec (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testIsModifiedIfRangeDate (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testIsNotModifiedIfRangeDate (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testMultipleRanges (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testMultipleRangesBigFile (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testMultipleRangesBigFileEndOverflow (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testMultipleRangesBigFileOutOfOrder (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testMultipleRangesDraft (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testMultipleUnsatisfiable (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testNegativeZero (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testNotEqualIfRangeEtag (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testOpenEndedRange (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testSimpleRange (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testStartBeyondLength (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testSuffixRange (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testWithNegativeZero (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testRanges.py", line 49, in setUp
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_conforms_to_IItem (OFS.tests.testSimpleItem.TestItem)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 14, in test_conforms_to_IItem
    from OFS.interfaces import IItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_conforms_to_IManageable (OFS.tests.testSimpleItem.TestItem)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 20, in test_conforms_to_IManageable
    from OFS.interfaces import IManageable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_raise_StandardErrorMessage_TaintedString_errorValue (OFS.tests.testSimpleItem.TestItem)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 51, in test_raise_StandardErrorMessage_TaintedString_errorValue
    item = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 11, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 7, in _getTargetClass
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_raise_StandardErrorMessage_str_errorValue (OFS.tests.testSimpleItem.TestItem)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 29, in test_raise_StandardErrorMessage_str_errorValue
    item = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 11, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 7, in _getTargetClass
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (OFS.tests.testSimpleItem.TestItem_w__name__)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 71, in test_interfaces
    from OFS.interfaces import IItemWithName
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (OFS.tests.testSimpleItem.TestSimpleItem)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 81, in test_interfaces
    from OFS.interfaces import ISimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_standard_error_message_is_called (OFS.tests.testSimpleItem.TestSimpleItem)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/testSimpleItem.py", line 89, in test_standard_error_message_is_called
    from OFS.SimpleItem import SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_class_conforms_to_IWriteLock (OFS.tests.test_DTMLDocument.DTMLDocumentTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLDocument.py", line 15, in test_class_conforms_to_IWriteLock
    verifyClass(IWriteLock, self._getTargetClass())
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLDocument.py", line 6, in _getTargetClass
    from OFS.DTMLDocument import DTMLDocument
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLDocument.py", line 23, in <module>
    from OFS.DTMLMethod import decapitate
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_defaults_no_standard_html_header (OFS.tests.test_DTMLDocument.FactoryTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLDocument.py", line 22, in test_defaults_no_standard_html_header
    from OFS.DTMLDocument import addDTMLDocument
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLDocument.py", line 23, in <module>
    from OFS.DTMLMethod import decapitate
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_class_conforms_to_IWriteLock (OFS.tests.test_DTMLMethod.DTMLMethodTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLMethod.py", line 15, in test_class_conforms_to_IWriteLock
    verifyClass(IWriteLock, self._getTargetClass())
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLMethod.py", line 6, in _getTargetClass
    from OFS.DTMLMethod import DTMLMethod
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_edit_taintedstring (OFS.tests.test_DTMLMethod.DTMLMethodTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLMethod.py", line 19, in test_edit_taintedstring
    doc = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLMethod.py", line 10, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLMethod.py", line 6, in _getTargetClass
    from OFS.DTMLMethod import DTMLMethod
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_defaults_no_standard_html_header (OFS.tests.test_DTMLMethod.FactoryTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_DTMLMethod.py", line 31, in test_defaults_no_standard_html_header
    from OFS.DTMLMethod import addDTMLMethod
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_OFS_ObjectManager__importObjectFromFile_xml (OFS.tests.test_XMLExportImport.XMLExportImportTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_XMLExportImport.py", line 97, in test_OFS_ObjectManager__importObjectFromFile_xml
    from OFS.DTMLMethod import DTMLMethod
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_exportXML (OFS.tests.test_XMLExportImport.XMLExportImportTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_XMLExportImport.py", line 125, in test_exportXML
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_export_import_as_file_idempotent (OFS.tests.test_XMLExportImport.XMLExportImportTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_XMLExportImport.py", line 70, in test_export_import_as_file_idempotent
    from OFS.DTMLMethod import DTMLMethod
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_export_import_as_string_idempotent (OFS.tests.test_XMLExportImport.XMLExportImportTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_XMLExportImport.py", line 49, in test_export_import_as_string_idempotent
    from OFS.DTMLMethod import DTMLMethod
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/DTMLMethod.py", line 36, in <module>
    from OFS.SimpleItem import Item_w__name__
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_importXML (OFS.tests.test_XMLExportImport.XMLExportImportTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_XMLExportImport.py", line 162, in test_importXML
    connection, app = self._makeJarAndRoot()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_XMLExportImport.py", line 34, in _makeJarAndRoot
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_minimal (OFS.tests.test_metaconfigure.Test__registerClass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_metaconfigure.py", line 10, in setUp
    import OFS.metaconfigure
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/metaconfigure.py", line 10, in <module>
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_minimal_no_Products_metatypes (OFS.tests.test_metaconfigure.Test__registerClass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_metaconfigure.py", line 10, in setUp
    import OFS.metaconfigure
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/metaconfigure.py", line 10, in <module>
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_w_addview (OFS.tests.test_metaconfigure.Test__registerClass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_metaconfigure.py", line 10, in setUp
    import OFS.metaconfigure
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/metaconfigure.py", line 10, in <module>
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_w_global_ (OFS.tests.test_metaconfigure.Test__registerClass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_metaconfigure.py", line 10, in setUp
    import OFS.metaconfigure
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/metaconfigure.py", line 10, in <module>
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_w_interfaces (OFS.tests.test_metaconfigure.Test__registerClass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_metaconfigure.py", line 10, in setUp
    import OFS.metaconfigure
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/metaconfigure.py", line 10, in <module>
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_class_deprecated (OFS.tests.test_subscribers.TestMaybeWarnDeprecated)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_subscribers.py", line 25, in setUp
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_method_deprecated (OFS.tests.test_subscribers.TestMaybeWarnDeprecated)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_subscribers.py", line 25, in setUp
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_not_deprecated (OFS.tests.test_subscribers.TestMaybeWarnDeprecated)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_subscribers.py", line 25, in setUp
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_not_deprecated_when_there_are_no_classes (OFS.tests.test_subscribers.TestMaybeWarnDeprecated)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_subscribers.py", line 25, in setUp
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_subclass_deprecated (OFS.tests.test_subscribers.TestMaybeWarnDeprecated)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_subscribers.py", line 25, in setUp
    from OFS.subscribers import deprecatedManageAddDeleteClasses
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/subscribers.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_manage_users_security_initialized (OFS.tests.test_userfolder.BasicUserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 27, in test_manage_users_security_initialized
    uf = self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 23, in _getTargetClass
    from OFS.userfolder import BasicUserFolder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/userfolder.py", line 25, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testAllowAccessToUser (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 170, in testAllowAccessToUser
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testAuthenticate (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 124, in testAuthenticate
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testDenyAccessToAnonymous (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 177, in testDenyAccessToAnonymous
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testGetRolesInContext (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 86, in testGetRolesInContext
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testHasLocalRole (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 101, in testHasLocalRole
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testHasLocalRolePermission (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 116, in testHasLocalRolePermission
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testHasPermission (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 108, in testHasPermission
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testHasRole (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 95, in testHasRole
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testNotValidateWithEmptyRoles (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 157, in testNotValidateWithEmptyRoles
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testNotValidateWithWrongRoles (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 163, in testNotValidateWithWrongRoles
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testNotValidateWithoutAuth (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 138, in testNotValidateWithoutAuth
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testValidate (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 130, in testValidate
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testValidateWithoutRoles (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 151, in testValidateWithoutRoles
    app = self._makeApp()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 56, in _makeApp
    from Testing.ZopeTestCase import ZopeLite
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_class_conforms_to_IStandardUserFolder (OFS.tests.test_userfolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 83, in test_class_conforms_to_IStandardUserFolder
    verifyClass(IStandardUserFolder, self._getTargetClass())
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/tests/test_userfolder.py", line 44, in _getTargetClass
    from OFS.userfolder import UserFolder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/userfolder.py", line 25, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___no_args_no_kw (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 52, in test___call___no_args_no_kw
    view = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___no_args_w_kw (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 66, in test___call___no_args_w_kw
    view = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_args_no_kw (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 59, in test___call___w_args_no_kw
    view = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_args_w_kw (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 73, in test___call___w_args_w_kw
    view = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___getitem___uses_index_macros (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 39, in test___getitem___uses_index_macros
    view = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__getitem__gives_shortcut_to_index_macros (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 46, in test__getitem__gives_shortcut_to_index_macros
    view = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_browserDefault (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 23, in test_browserDefault
    view = self._makeOne(request=request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_class_conforms_to_IBrowserPublisher (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 19, in test_class_conforms_to_IBrowserPublisher
    verifyClass(IBrowserPublisher, self._getTargetClass())
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_publishTraverse_not_index_raises_NotFound (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 29, in test_publishTraverse_not_index_raises_NotFound
    view = self._makeOne(request=request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_publishTraverse_w_index_returns_index (Products.Five.browser.tests.test_metaconfigure.ViewMixinForTemplatesTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 34, in test_publishTraverse_w_index_returns_index
    view = self._makeOne(request=request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 14, in _makeOne
    return self._getTargetClass()(context, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_metaconfigure.py", line 6, in _getTargetClass
    from Products.Five.browser.metaconfigure import ViewMixinForTemplates
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/metaconfigure.py", line 52, in <module>
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___no_previous_content_type (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 142, in test___call___no_previous_content_type
    vptf = self._makeOne('templates/dirpage1.pt')
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 18, in _makeOne
    return self._getTargetClass()(filename, _prefix, content_type)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 14, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_previous_content_type (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 153, in test___call___w_previous_content_type
    vptf = self._makeOne('templates/dirpage1.pt')
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 18, in _makeOne
    return self._getTargetClass()(filename, _prefix, content_type)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 14, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___get___ (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 158, in test___get___
    from Products.Five.browser.pagetemplatefile import BoundPageTemplate
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getId_simple_name (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 28, in test_getId_simple_name
    vptf = self._makeOne('seagull.pt')
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 18, in _makeOne
    return self._getTargetClass()(filename, _prefix, content_type)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 14, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getId_with_path (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 33, in test_getId_with_path
    vptf = self._makeOne('templates/dirpage1.pt')
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 18, in _makeOne
    return self._getTargetClass()(filename, _prefix, content_type)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 14, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_pt_getContext_no_kw_no_physicalRoot (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 63, in test_pt_getContext_no_kw_no_physicalRoot
    from Products.Five.browser.pagetemplatefile import ViewMapper
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_pt_getContext_w_args_kw (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 114, in test_pt_getContext_w_args_kw
    from Products.Five.browser.pagetemplatefile import ViewMapper
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_pt_getContext_w_ignored_kw (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 101, in test_pt_getContext_w_ignored_kw
    from Products.Five.browser.pagetemplatefile import ViewMapper
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_pt_getContext_w_options_kw (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 126, in test_pt_getContext_w_options_kw
    from Products.Five.browser.pagetemplatefile import ViewMapper
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_pt_getContext_w_physicalRoot (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 87, in test_pt_getContext_w_physicalRoot
    from Products.Five.browser.pagetemplatefile import ViewMapper
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_pt_getEngine (Products.Five.browser.tests.test_pagetemplatefile.ViewPageTemplateFileTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 43, in test_pt_getEngine
    from Products.PageTemplates.DeferExpr import LazyExpr
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___getitem___hit (Products.Five.browser.tests.test_pagetemplatefile.ViewMapperTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 205, in test___getitem___hit
    mapper = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 192, in _makeOne
    return self._getTargetClass()(ob, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 184, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import ViewMapper
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___getitem___miss (Products.Five.browser.tests.test_pagetemplatefile.ViewMapperTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 196, in test___getitem___miss
    mapper = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 192, in _makeOne
    return self._getTargetClass()(ob, request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 184, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import ViewMapper
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_real_im_self_no_args_no_kw (Products.Five.browser.tests.test_pagetemplatefile.BoundPageTemplateTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 245, in test___call___w_real_im_self_no_args_no_kw
    bpt = self._makeOne(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 221, in _makeOne
    return self._getTargetClass()(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 213, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import BoundPageTemplate
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_real_im_self_w_args_w_kw (Products.Five.browser.tests.test_pagetemplatefile.BoundPageTemplateTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 253, in test___call___w_real_im_self_w_args_w_kw
    bpt = self._makeOne(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 221, in _makeOne
    return self._getTargetClass()(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 213, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import BoundPageTemplate
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___wo_real_im_self_w_args_w_kw (Products.Five.browser.tests.test_pagetemplatefile.BoundPageTemplateTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 260, in test___call___wo_real_im_self_w_args_w_kw
    bpt = self._makeOne(pt, None)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 221, in _makeOne
    return self._getTargetClass()(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 213, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import BoundPageTemplate
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___init__ (Products.Five.browser.tests.test_pagetemplatefile.BoundPageTemplateTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 226, in test___init__
    bpt = self._makeOne(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 221, in _makeOne
    return self._getTargetClass()(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 213, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import BoundPageTemplate
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___setattr___raises (Products.Five.browser.tests.test_pagetemplatefile.BoundPageTemplateTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 234, in test___setattr___raises
    bpt = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 221, in _makeOne
    return self._getTargetClass()(pt, ob)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/tests/test_pagetemplatefile.py", line 213, in _getTargetClass
    from Products.Five.browser.pagetemplatefile import BoundPageTemplate
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Five/browser/pagetemplatefile.py", line 24, in <module>
    from Products.PageTemplates.Expressions import SecureModuleImporter
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/PageTemplates/__init__.py", line 25, in <module>
    import ZTUtils
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/__init__.py", line 21, in <module>
    from ZTUtils.Zope import Batch, TreeMaker, SimpleTreeMaker, LazyFilter
  File "/home/stefan/autotest/temp/python26-zope214/src/ZTUtils/Zope.py", line 22, in <module>
    from Products.ZCatalog.Lazy import Lazy
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/__init__.py", line 16, in <module>
    import ZCatalog
  File "/home/stefan/autotest/temp/python26-zope214/eggs/Products.ZCatalog-3.0a2-py2.6.egg/Products/ZCatalog/ZCatalog.py", line 39, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_cookie_life_days (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 389, in test__setCookie_cookie_life_days
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_cookie_secure_is_https (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 417, in test__setCookie_cookie_secure_is_https
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_cookie_secure_no_URL1_sets_no_cookie (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 402, in test__setCookie_cookie_secure_no_URL1_sets_no_cookie
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_cookie_secure_not_https_sets_no_cookie (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 409, in test__setCookie_cookie_secure_not_https_sets_no_cookie
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_domain (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 427, in test__setCookie_domain
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_http_only (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 447, in test__setCookie_http_only
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_http_only_missing_attr (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 458, in test__setCookie_http_only_missing_attr
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_path (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 437, in test__setCookie_path
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setCookie_remove (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 379, in test__setCookie_remove
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setId_different_id_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 470, in test__setId_different_id_raises
    mgr = self._makeOne(name='foo')
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test__setId_same_id_noop (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 466, in test__setId_same_id_noop
    mgr = self._makeOne(name='foo')
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_encodeUrl_no_create_no_bid_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 232, in test_encodeUrl_no_create_no_bid_raises
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_encodeUrl_no_create_w_bid_inline_style (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 257, in test_encodeUrl_no_create_w_bid_inline_style
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_encodeUrl_no_create_w_bid_querystring_style (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 236, in test_encodeUrl_no_create_w_bid_querystring_style
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_encodeUrl_no_create_w_bid_querystring_style_existing_qs (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 246, in test_encodeUrl_no_create_w_bid_querystring_style_existing_qs
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_flushBrowserIdCookie_ok (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 193, in test_flushBrowserIdCookie_ok
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_flushBrowserIdCookie_wrong_ns_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 186, in test_flushBrowserIdCookie_wrong_ns_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getBrowserId_already_set_on_request (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 61, in test_getBrowserId_already_set_on_request
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getBrowserId_already_set_on_request_invalid_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 57, in test_getBrowserId_already_set_on_request_invalid_raises
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getBrowserId_namespace_hit (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 68, in test_getBrowserId_namespace_hit
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getBrowserId_namespace_miss_no_create (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 79, in test_getBrowserId_namespace_miss_no_create
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getBrowserId_namespace_miss_w_create_no_cookies (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 86, in test_getBrowserId_namespace_miss_w_create_no_cookies
    from Products.Sessions.BrowserIdManager import isAWellFormedBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getBrowserId_namespace_miss_w_create_w_cookies (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 97, in test_getBrowserId_namespace_miss_w_create_w_cookies
    from Products.Sessions.BrowserIdManager import isAWellFormedBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_getHiddenFormField (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 221, in test_getHiddenFormField
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_hasBrowserId_already_set_on_request (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 36, in test_hasBrowserId_already_set_on_request
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_hasBrowserId_already_set_on_request_invalid (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 32, in test_hasBrowserId_already_set_on_request_invalid
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_hasBrowserId_namespace_hit (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 42, in test_hasBrowserId_namespace_hit
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_hasBrowserId_namespace_miss (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 50, in test_hasBrowserId_namespace_miss
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_hasTraversalHook_missing (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 485, in test_hasTraversalHook_missing
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_hasTraversalHook_present (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 490, in test_hasTraversalHook_present
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromCookie_nonesuch_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 130, in test_isBrowserIdFromCookie_nonesuch_raises
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromCookie_right_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 141, in test_isBrowserIdFromCookie_right_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromCookie_wrong_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 134, in test_isBrowserIdFromCookie_wrong_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromForm_nonesuch_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 149, in test_isBrowserIdFromForm_nonesuch_raises
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromForm_right_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 160, in test_isBrowserIdFromForm_right_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromForm_wrong_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 153, in test_isBrowserIdFromForm_wrong_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromUrl_nonesuch_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 168, in test_isBrowserIdFromUrl_nonesuch_raises
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromUrl_right_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 179, in test_isBrowserIdFromUrl_right_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdFromUrl_wrong_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 172, in test_isBrowserIdFromUrl_wrong_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdNew_no_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 115, in test_isBrowserIdNew_no_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdNew_nonesuch_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 111, in test_isBrowserIdNew_nonesuch_raises
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isBrowserIdNew_w_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 122, in test_isBrowserIdNew_w_ns
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_isUrlInBidNamespaces (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 370, in test_isUrlInBidNamespaces
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_registerTraversalHook_doesnt_replace_existing (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 529, in test_registerTraversalHook_doesnt_replace_existing
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_registerTraversalHook_normal (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 543, in test_registerTraversalHook_normal
    from Products.Sessions.BrowserIdManager import BrowserIdManagerTraverser
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setAutoUrlEncoding_bool (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 363, in test_setAutoUrlEncoding_bool
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setBrowserIdCookieByForce_ok (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 210, in test_setBrowserIdCookieByForce_ok
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setBrowserIdCookieByForce_wrong_ns_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 203, in test_setBrowserIdCookieByForce_wrong_ns_raises
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setBrowserIdName_empty_string_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 269, in test_setBrowserIdName_empty_string_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setBrowserIdName_non_string_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 273, in test_setBrowserIdName_non_string_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setBrowserIdName_normal (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 277, in test_setBrowserIdName_normal
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setBrowserIdNamespaces_invalid_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 282, in test_setBrowserIdNamespaces_invalid_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setBrowserIdNamespaces_normal (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 288, in test_setBrowserIdNamespaces_normal
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieDomain_empty_OK (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 327, in test_setCookieDomain_empty_OK
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieDomain_no_dots_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 315, in test_setCookieDomain_no_dots_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieDomain_non_string_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 311, in test_setCookieDomain_non_string_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieDomain_one_dot_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 319, in test_setCookieDomain_one_dot_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieDomain_three_dots (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 337, in test_setCookieDomain_three_dots
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieDomain_trailing_semicolon_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 323, in test_setCookieDomain_trailing_semicolon_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieDomain_two_dots (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 332, in test_setCookieDomain_two_dots
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieHTTPOnly_bool (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 356, in test_setCookieHTTPOnly_bool
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieLifeDays_invalid_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 302, in test_setCookieLifeDays_invalid_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieLifeDays_normal (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 306, in test_setCookieLifeDays_normal
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookiePath_invalid_raises (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 293, in test_setCookiePath_invalid_raises
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookiePath_normal (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 297, in test_setCookiePath_normal
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieSecure_bool (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 349, in test_setCookieSecure_bool
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieSecure_int (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 342, in test_setCookieSecure_int
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_setCookieSecure_non_HTTPS_doesnt_set_cookie (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 479, in test_setCookieSecure_non_HTTPS_doesnt_set_cookie
    mgr = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_unregisterTraversalHook_nonesuch_doesnt_raise (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 559, in test_unregisterTraversalHook_nonesuch_doesnt_raise
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_unregisterTraversalHook_normal (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 569, in test_unregisterTraversalHook_normal
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_updateTraversalData_not_url_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 516, in test_updateTraversalData_not_url_ns
    mgr = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 25, in _makeOne
    bid = self._getTargetClass()(name)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 21, in _getTargetClass
    from Products.Sessions.BrowserIdManager import BrowserIdManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_updateTraversalData_w_url_ns (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 498, in test_updateTraversalData_w_url_ns
    from Products.Sessions.BrowserIdManager import BrowserIdManagerTraverser
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___no_mgr (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManagerTraverser)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 588, in test___call___no_mgr
    traverser = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 585, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 580, in _getTargetClass
    from Products.Sessions.BrowserIdManager \
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_mgr_request_empty_stack_w_auto_encode (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManagerTraverser)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 630, in test___call___w_mgr_request_empty_stack_w_auto_encode
    from Products.Sessions.BrowserIdManager import isAWellFormedBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_mgr_request_has_no_stack (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManagerTraverser)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 594, in test___call___w_mgr_request_has_no_stack
    traverser = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 585, in _makeOne
    return self._getTargetClass()()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 580, in _getTargetClass
    from Products.Sessions.BrowserIdManager \
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_mgr_request_has_stack_no_auto_encode (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManagerTraverser)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 601, in test___call___w_mgr_request_has_stack_no_auto_encode
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test___call___w_mgr_request_has_stack_w_auto_encode (Products.Sessions.tests.testBrowserIdManager.TestBrowserIdManagerTraverser)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testBrowserIdManager.py", line 614, in test___call___w_mgr_request_has_stack_w_auto_encode
    from Products.Sessions.BrowserIdManager import getNewBrowserId
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/BrowserIdManager.py", line 36, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testAqWrappedObjectsFail (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testAutoReqPopulate (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testBadExternalSDCPath (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testBrowserIdIsSet (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testForeignObject (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testGetSessionDataByKey (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testGetSessionDataCreate (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testGetSessionDataNoCreate (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testGhostUnghostSessionManager (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testHasId (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testHasSessionData (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testHasTitle (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testInvalidateSessionDataObject (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testNewSessionDataObjectIsValid (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testNotHasSessionData (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testSessionDataWrappedInSDMandTOC (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testSubcommitAssignsPJar (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testUnlazifyAutoPopulated (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 103, in setUp
    db = _getDB()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/Sessions/tests/testSessionDataManager.py", line 24, in _getDB
    from OFS.Application import Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testAbsoluteUrl (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testAbsoluteUrlPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testPhysicalPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse0 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse1 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse2 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse3 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse4 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse5 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse6 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testTraverse7 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testVirtualUrlPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_no_VHR_no_doc_no_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_no_VHR_no_doc_w_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_no_VHR_w_doc_no_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_no_VHR_w_doc_w_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_w_VHR_no_doc_no_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_w_VHR_no_doc_w_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_w_VHR_w_doc_no_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_actual_url_w_VHR_w_doc_w_trailing_slash (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 17, in setUp
    from Testing.ZopeTestCase.ZopeLite import app
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/__init__.py", line 16, in <module>
    import ZopeLite as Zope2
  File "/home/stefan/autotest/temp/python26-zope214/src/Testing/ZopeTestCase/ZopeLite.py", line 96, in <module>
    import OFS.SimpleItem
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_add_addToContainer (Products.SiteAccess.tests.testVirtualHostMonster.VHMAddingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 146, in setUp
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_add_id_collision (Products.SiteAccess.tests.testVirtualHostMonster.VHMAddingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 146, in setUp
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_add_manage_addVirtualHostMonster (Products.SiteAccess.tests.testVirtualHostMonster.VHMAddingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 146, in setUp
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_add_with_existing_vhm (Products.SiteAccess.tests.testVirtualHostMonster.VHMAddingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/SiteAccess/tests/testVirtualHostMonster.py", line 146, in setUp
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_calls_setDefaultSkin (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/ZPublisher/tests/test_WSGIPublisher.py", line 295, in test_calls_setDefaultSkin
    self._registerView(TestView, 'testing')
  File "/home/stefan/autotest/temp/python26-zope214/src/ZPublisher/tests/test_WSGIPublisher.py", line 255, in _registerView
    from OFS.interfaces import IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testDoomedSilentInTM (Zope2.App.tests.testDoomedTransaction.DoomedTransactionInManagerTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testDoomedTransaction.py", line 28, in testDoomedSilentInTM
    from Zope2.App.startup import TransactionsManager
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testConflictErrorCount (Zope2.App.tests.testExceptionHook.ExceptionHookTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 150, in testConflictErrorCount
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testConflictErrorRaisesRetry (Zope2.App.tests.testExceptionHook.ExceptionHookTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 142, in testConflictErrorRaisesRetry
    self.assertRaises(Retry, self.call, None, request, f)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRetryRaisesConflictError (Zope2.App.tests.testExceptionHook.ExceptionHookTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 180, in testRetryRaisesConflictError
    self.assertRaises(ConflictError, self.call, None, {}, f)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRetryRaisesOriginalException (Zope2.App.tests.testExceptionHook.ExceptionHookTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 168, in testRetryRaisesOriginalException
    self.assertRaises(CustomException, self.call, None, {}, f)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRetryUnresolvedConflictErrorCount (Zope2.App.tests.testExceptionHook.ExceptionHookTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 192, in testRetryUnresolvedConflictErrorCount
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testSystemExit (Zope2.App.tests.testExceptionHook.ExceptionHookTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 121, in testSystemExit
    self.assertRaises(SystemExit, self.call, None, None, f)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testUnauthorized (Zope2.App.tests.testExceptionHook.ExceptionHookTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 127, in testUnauthorized
    self.assertRaises(Unauthorized, self.call, None, {}, f)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRenderRetryRaisesConflictError (Zope2.App.tests.testExceptionHook.ExceptionMessageRenderTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 282, in testRenderRetryRaisesConflictError
    self.call(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRenderRetryRaisesOriginalException (Zope2.App.tests.testExceptionHook.ExceptionMessageRenderTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 265, in testRenderRetryRaisesOriginalException
    self.call(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRenderUnauthorizedBrokenClient (Zope2.App.tests.testExceptionHook.ExceptionMessageRenderTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 250, in testRenderUnauthorizedBrokenClient
    self.assertRaises(AttributeError, self.call, client, request, f)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRenderUnauthorizedStandardClient (Zope2.App.tests.testExceptionHook.ExceptionMessageRenderTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 228, in testRenderUnauthorizedStandardClient
    self.call(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRenderUnauthorizedStandardClientMethod (Zope2.App.tests.testExceptionHook.ExceptionMessageRenderTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 239, in testRenderUnauthorizedStandardClientMethod
    self.call(client.dummyMethod, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 64, in call
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testCustomExceptionViewBadRequest (Zope2.App.tests.testExceptionHook.ExceptionViewsTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 358, in testCustomExceptionViewBadRequest
    v = self.call_exc_value(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 99, in call_exc_value
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testCustomExceptionViewForbidden (Zope2.App.tests.testExceptionHook.ExceptionViewsTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 332, in testCustomExceptionViewForbidden
    v = self.call_exc_value(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 99, in call_exc_value
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testCustomExceptionViewInternalError (Zope2.App.tests.testExceptionHook.ExceptionViewsTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 371, in testCustomExceptionViewInternalError
    v = self.call_exc_value(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 99, in call_exc_value
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testCustomExceptionViewNotFound (Zope2.App.tests.testExceptionHook.ExceptionViewsTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 345, in testCustomExceptionViewNotFound
    v = self.call_exc_value(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 99, in call_exc_value
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testCustomExceptionViewUnauthorized (Zope2.App.tests.testExceptionHook.ExceptionViewsTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 319, in testCustomExceptionViewUnauthorized
    v = self.call_exc_value(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 99, in call_exc_value
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test testRedirectNoExceptionView (Zope2.App.tests.testExceptionHook.ExceptionViewsTest)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 383, in testRedirectNoExceptionView
    v = self.call_exc_value(client, request, f)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 99, in call_exc_value
    hook = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/tests/testExceptionHook.py", line 31, in _makeOne
    from Zope2.App.startup import ZPublisherExceptionHook
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/App/startup.py", line 24, in <module>
    import OFS.Application
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Application.py", line 25, in <module>
    from App.ApplicationManager import ApplicationManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/ApplicationManager.py", line 27, in <module>
    from App.DavLockManager import DavLockManager
  File "/home/stefan/autotest/temp/python26-zope214/src/App/DavLockManager.py", line 19, in <module>
    from OFS.SimpleItem import Item
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/SimpleItem.py", line 48, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_zodb_db (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/Startup/tests/test_schema.py", line 184, in test_zodb_db
    """)
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/Startup/tests/test_schema.py", line 62, in load_config_text
    conf, handler = ZConfig.loadConfigFile(schema, sio)
  File "/home/stefan/autotest/temp/python26-zope214/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 42, in loadConfigFile
    return _get_config_loader(schema, overrides).loadFile(file, url)
  File "/home/stefan/autotest/temp/python26-zope214/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 76, in loadFile
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 237, in loadResource
    self._parse_resource(sm, resource)
  File "/home/stefan/autotest/temp/python26-zope214/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 288, in _parse_resource
    parser.parse(matcher)
  File "/home/stefan/autotest/temp/python26-zope214/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/cfgparser.py", line 57, in parse
    section = self.end_section(section, line[2:-1])
  File "/home/stefan/autotest/temp/python26-zope214/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/cfgparser.py", line 112, in end_section
    self.error(e[0])
  File "/home/stefan/autotest/temp/python26-zope214/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/cfgparser.py", line 178, in error
    raise ZConfig.ConfigurationSyntaxError(message, self.url, self.lineno)
ConfigurationSyntaxError: The object named by "Products.TemporaryFolder.LowConflictConnection.LowConflictConnection" could not be imported
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214/src/Zope2/Startup/datatypes.py", line 93, in importable_name
    package = __import__(n, g, g, component)
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/TemporaryFolder/__init__.py", line 21, in <module>
    from TemporaryFolder import SimpleTemporaryContainer as TemporaryContainer
  File "/home/stefan/autotest/temp/python26-zope214/src/Products/TemporaryFolder/TemporaryFolder.py", line 27, in <module>
    from OFS.Folder import Folder
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Folder.py", line 20, in <module>
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite
 (line 10)



Error in test test_interfaces (webdav.tests.testCollection.TestCollection)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testCollection.py", line 7, in test_interfaces
    from webdav.Collection import Collection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Collection.py", line 30, in <module>
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (webdav.tests.testNullResource.TestLockNullResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testNullResource.py", line 8, in test_interfaces
    from webdav.NullResource import LockNullResource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/NullResource.py", line 30, in <module>
    from OFS.CopySupport import CopyError
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/CopySupport.py", line 51, in <module>
    from OFS.event import ObjectWillBeMovedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_HEAD_locks_empty_body_before_raising_NotFound (webdav.tests.testNullResource.TestNullResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testNullResource.py", line 42, in test_HEAD_locks_empty_body_before_raising_NotFound
    nonesuch = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testNullResource.py", line 21, in _makeOne
    return self._getTargetClass()(parent, name, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testNullResource.py", line 17, in _getTargetClass
    from webdav.NullResource import NullResource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/NullResource.py", line 30, in <module>
    from OFS.CopySupport import CopyError
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/CopySupport.py", line 51, in <module>
    from OFS.event import ObjectWillBeMovedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_PUT_unauthorized_message (webdav.tests.testNullResource.TestNullResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testNullResource.py", line 54, in test_PUT_unauthorized_message
    from OFS.CopySupport import CopyError
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/CopySupport.py", line 51, in <module>
    from OFS.event import ObjectWillBeMovedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (webdav.tests.testNullResource.TestNullResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testNullResource.py", line 27, in test_interfaces
    verifyClass(IWriteLock, self._getTargetClass())
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testNullResource.py", line 17, in _getTargetClass
    from webdav.NullResource import NullResource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/NullResource.py", line 30, in <module>
    from OFS.CopySupport import CopyError
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/CopySupport.py", line 51, in <module>
    from OFS.event import ObjectWillBeMovedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_MOVE_self_locked (webdav.tests.testResource.TestResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 147, in test_MOVE_self_locked
    inst = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 89, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 84, in _getTargetClass
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_interfaces (webdav.tests.testResource.TestResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 105, in test_interfaces
    verifyClass(IDAVResource, self._getTargetClass())
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 84, in _getTargetClass
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_ms_public_header (webdav.tests.testResource.TestResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 114, in test_ms_public_header
    resource = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 89, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/testResource.py", line 84, in _getTargetClass
    from webdav.Resource import Resource
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/Resource.py", line 35, in <module>
    from OFS.event import ObjectClonedEvent
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/event.py", line 20, in <module>
    import OFS.interfaces
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_apply_bogus_lock (webdav.tests.test_davcmds.TestUnlock)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 55, in test_apply_bogus_lock
    inst = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 39, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 34, in _getTargetClass
    from webdav.davcmds import Unlock
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/davcmds.py", line 25, in <module>
    from OFS.PropertySheets import DAVProperties
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_parse_xml_property_values_with_namespaces (webdav.tests.test_davcmds.TestPropPatch)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 96, in test_parse_xml_property_values_with_namespaces
    inst = self._makeOne(request)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 73, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 68, in _getTargetClass
    from webdav.davcmds import PropPatch
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/davcmds.py", line 25, in <module>
    from OFS.PropertySheets import DAVProperties
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_apply_no_col_Forbidden (webdav.tests.test_davcmds.TestDeleteCollection)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 125, in test_apply_no_col_Forbidden
    cmd = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 109, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 104, in _getTargetClass
    from webdav.davcmds import DeleteCollection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/davcmds.py", line 25, in <module>
    from OFS.PropertySheets import DAVProperties
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_apply_no_col_Locked (webdav.tests.test_davcmds.TestDeleteCollection)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 134, in test_apply_no_col_Locked
    cmd = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 109, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 104, in _getTargetClass
    from webdav.davcmds import DeleteCollection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/davcmds.py", line 25, in <module>
    from OFS.PropertySheets import DAVProperties
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite



Error in test test_apply_no_parent (webdav.tests.test_davcmds.TestDeleteCollection)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 119, in test_apply_no_parent
    cmd = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 109, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/tests/test_davcmds.py", line 104, in _getTargetClass
    from webdav.davcmds import DeleteCollection
  File "/home/stefan/autotest/temp/python26-zope214/src/webdav/davcmds.py", line 25, in <module>
    from OFS.PropertySheets import DAVProperties
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/PropertySheets.py", line 35, in <module>
    from Traversable import Traversable
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/Traversable.py", line 29, in <module>
    from OFS.interfaces import ITraversable, IApplication
  File "/home/stefan/autotest/temp/python26-zope214/src/OFS/interfaces.py", line 19, in <module>
    from zope.location.interfaces import IPossibleSite
ImportError: cannot import name IPossibleSite

  Ran 715 tests with 0 failures and 311 errors in 2.446 seconds.
Tearing down left over layers:
  Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.

Test-modules with import problems:
  App.tests.testImageFile
  App.tests.test_setConfiguration
  OFS.tests.testAcquisition
  OFS.tests.testAppInitializer
  OFS.tests.testCache
  OFS.tests.testChownRecursive
  OFS.tests.testCopySupport
  OFS.tests.testCopySupportEvents
  OFS.tests.testCopySupportHooks
  OFS.tests.testFileAndImage
  OFS.tests.testHistory
  OFS.tests.testObjectManager
  OFS.tests.testOrderSupport
  OFS.tests.testProductInit
  OFS.tests.testTraverse
  OFS.tests.test_Uninstalled
  OFS.tests.test_event
  OFS.tests.test_registerclass
  OFS.tests.test_registerpackage
  Products.Five.browser.tests.test_absoluteurl
  Products.Five.browser.tests.test_adding
  Products.Five.browser.tests.test_defaultview
  Products.Five.browser.tests.test_i18n
  Products.Five.browser.tests.test_menu
  Products.Five.browser.tests.test_pages
  Products.Five.browser.tests.test_provider
  Products.Five.browser.tests.test_recurse
  Products.Five.browser.tests.test_resource
  Products.Five.browser.tests.test_skin
  Products.Five.browser.tests.test_traversable
  Products.Five.browser.tests.test_zope3security
  Products.Five.component.tests
  Products.Five.skin.tests.test_standardmacros
  Products.Five.tests.test_directives
  Products.Five.tests.test_size
  Products.Five.utilities.browser.tests.test_marker
  Products.Five.viewlet.tests
  Products.PageTemplates.tests.testDTMLTests
  Products.PageTemplates.tests.testExpressions
  Products.PageTemplates.tests.testHTMLTests
  Products.PageTemplates.tests.testZRPythonExpr
  Products.PageTemplates.tests.testZopePageTemplate
  Products.PageTemplates.tests.test_ptfile
  Products.SiteErrorLog.tests.testSiteErrorLog
  Products.Transience.tests.testTimeoutRelated
  Products.Transience.tests.testTransactionHelper
  Products.Transience.tests.testTransientObject
  Products.Transience.tests.testTransientObjectContainer
  Products.ZODBMountPoint.tests.testMountPoint
  Testing.ZopeTestCase.tests
  Testing.ZopeTestCase.zopedoctest.tests
  Testing.tests.test_makerequest
  Testing.tests.test_testbrowser
  ZPublisher.tests.test_exception_handling
  ZTUtils.tests.testBatch
  ZTUtils.tests.testTree
  ZTUtils.tests.testZope
  Zope2.App.tests.test_startup
  webdav.tests.testPUT_factory

UNKNOWN

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

Running /usr/local/python2.6/bin/python bootstrap.py --distribute
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz
Extracting in /tmp/tmp86ae7Z
Now working in /tmp/tmp86ae7Z/distribute-0.6.27
Building a Distribute egg in /tmp/tmpnO9LaC
/tmp/tmpnO9LaC/distribute-0.6.27-py2.6.egg
Creating directory '/home/stefan/autotest/temp/python26-zope214/bin'.
Creating directory '/home/stefan/autotest/temp/python26-zope214/parts'.
Creating directory '/home/stefan/autotest/temp/python26-zope214/eggs'.
Creating directory '/home/stefan/autotest/temp/python26-zope214/develop-eggs'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/buildout'.
Running ./bin/buildout
Setting socket time out to 60 seconds

Link to http://github.com/fschulze/mr.developer ***BLOCKED*** by --allow-hosts

Getting distribution for 'mr.developer==1.18'.
warning: no files found matching 'README.txt'
Got mr.developer 1.18.

Link to http://code.google.com/p/argparse/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'argparse==1.2.1'.
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
zip_safe flag not set; analyzing archive contents...
Got argparse 1.2.1.
Upgraded:
  distribute version 0.6.15;
restarting.
Setting socket time out to 60 seconds
Develop: '/home/stefan/autotest/temp/python26-zope214/.'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Getting distribution for 'zc.recipe.egg==1.3.2'.
Got zc.recipe.egg 1.3.2.
Getting distribution for 'zc.recipe.testrunner==1.4.0'.
zip_safe flag not set; analyzing archive contents...
Got zc.recipe.testrunner 1.4.0.
Getting distribution for 'z3c.recipe.scripts==1.0.1'.
Got z3c.recipe.scripts 1.0.1.
Getting distribution for 'zope.testrunner==4.0.4'.
package init file 'src/zope/testrunner/testrunner-ex/__init__.py' not found (or not a regular file)
Creating missing __init__.py for zope.testrunner.testrunner-ex
Got zope.testrunner 4.0.4.
Getting distribution for 'zope.interface==4.0.1'.
Got zope.interface 4.0.1.
Getting distribution for 'zope.exceptions==4.0.0'.
Got zope.exceptions 4.0.0.
Installing _mr.developer.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/develop'.
Installing test.
Getting distribution for 'zope.viewlet==3.7.2'.
Got zope.viewlet 3.7.2.
Getting distribution for 'zope.traversing==3.14.0'.
Got zope.traversing 3.14.0.
Getting distribution for 'zope.testing==4.1.1'.
warning: no files found matching '*.test' under directory 'src'
warning: no files found matching 'sampletests' under directory 'src'
Got zope.testing 4.1.1.
Getting distribution for 'zope.testbrowser==3.11.1'.
Got zope.testbrowser 3.11.1.
Getting distribution for 'zope.tales==3.5.1'.
Got zope.tales 3.5.1.
Getting distribution for 'zope.tal==3.6.0'.
Got zope.tal 3.6.0.
Getting distribution for 'zope.structuredtext==3.5.1'.
Got zope.structuredtext 3.5.1.
Getting distribution for 'zope.size==3.5.0'.
Got zope.size 3.5.0.
Getting distribution for 'zope.site==3.9.2'.
Got zope.site 3.9.2.
Getting distribution for 'zope.sequencesort==3.4.0'.
Got zope.sequencesort 3.4.0.
Getting distribution for 'zope.sendmail==3.7.4'.
Got zope.sendmail 3.7.4.
Getting distribution for 'zope.security==3.8.3'.
Got zope.security 3.8.3.
Getting distribution for 'zope.schema==4.2.0'.
warning: no files found matching '*.txt' under directory 'src/zope/schema'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Got zope.schema 4.2.0.
Getting distribution for 'zope.publisher==3.13.0'.
Got zope.publisher 3.13.0.
Getting distribution for 'zope.ptresource==3.9.0'.
Got zope.ptresource 3.9.0.
Getting distribution for 'zope.proxy==4.0.0'.
Got zope.proxy 4.0.0.
Getting distribution for 'zope.processlifetime==1.0'.
Got zope.processlifetime 1.0.
Getting distribution for 'zope.pagetemplate==3.6.3'.
Got zope.pagetemplate 3.6.3.
Getting distribution for 'zope.location==4.0.0'.
Got zope.location 4.0.0.
Getting distribution for 'zope.lifecycleevent==3.7.0'.
Got zope.lifecycleevent 3.7.0.
Getting distribution for 'zope.i18nmessageid==4.0.0'.
Got zope.i18nmessageid 4.0.0.
Getting distribution for 'zope.i18n[zcml]==3.7.4'.
Got zope.i18n 3.7.4.
Getting distribution for 'zope.event==4.0.0'.
Got zope.event 4.0.0.
Getting distribution for 'zope.deferredimport==3.5.3'.
Got zope.deferredimport 3.5.3.
Getting distribution for 'zope.contenttype==3.5.5'.
Got zope.contenttype 3.5.5.
Getting distribution for 'zope.contentprovider==3.7.2'.
Got zope.contentprovider 3.7.2.
Getting distribution for 'zope.container==3.12.0'.
Got zope.container 3.12.0.
Getting distribution for 'zope.configuration==4.0.0'.
Got zope.configuration 4.0.0.
Getting distribution for 'zope.component==3.12.1'.
Got zope.component 3.12.1.
Getting distribution for 'zope.browserresource==3.12.0'.
Got zope.browserresource 3.12.0.
Getting distribution for 'zope.browserpage==3.12.2'.
Got zope.browserpage 3.12.2.
Getting distribution for 'zope.browsermenu==3.9.1'.
Got zope.browsermenu 3.9.1.
Getting distribution for 'zope.browser==1.3'.
Got zope.browser 1.3.
Getting distribution for 'zLOG==2.11.1'.
Got zLOG 2.11.1.
Getting distribution for 'zExceptions==2.13.0'.
Got zExceptions 2.13.0.
Getting distribution for 'zdaemon==2.0.4'.
Got zdaemon 2.0.4.
Getting distribution for 'transaction==1.3.0'.
Got transaction 1.3.0.
Getting distribution for 'tempstorage==2.12.1'.
Got tempstorage 2.12.1.

Link to http://prdownloads.sourceforge.net/pytz/pytz-2004b.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://pytz.sourceforge.net ***BLOCKED*** by --allow-hosts


Link to http://sourceforge.net/project/showfiles.php?group_id=79122 ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/pytz/pytz-2004b.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://www.stuartbishop.net/Software/pytz ***BLOCKED*** by --allow-hosts


Link to http://sourceforge.net/projects/pytz/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'pytz==2011g'.
Got pytz 2011g.
Getting distribution for 'initgroups==2.13.0'.
Got initgroups 2.13.0.

Link to http://prdownloads.sourceforge.net/docutils/docutils-0.3.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.5.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://docutils.sourceforge.net/ ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.3.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.5.tar.gz?download ***BLOCKED*** by --allow-hosts

Getting distribution for 'docutils==0.8.1'.
warning: no files found matching 'MANIFEST'
warning: no previously-included files matching '.cvsignore' found under directory '*'
warning: no previously-included files matching '*.pyc' found under directory '*'
warning: no previously-included files matching '*~' found under directory '*'
warning: no previously-included files matching '.DS_Store' found under directory '*'
zip_safe flag not set; analyzing archive contents...
docutils.parsers.rst.directives.misc: module references __file__
docutils.writers.latex2e.__init__: module references __file__
docutils.writers.pep_html.__init__: module references __file__
docutils.writers.odf_odt.__init__: module references __file__
docutils.writers.html4css1.__init__: module references __file__
docutils.writers.s5_html.__init__: module references __file__
Got docutils 0.8.1.
Getting distribution for 'ZopeUndo==2.12.0'.
Got ZopeUndo 2.12.0.

Link to http://zope.org/Products/ZODB3.5 ***BLOCKED*** by --allow-hosts


Link to http://zope.org/Products/ZODB3.1 ***BLOCKED*** by --allow-hosts


Link to http://zope.org/Products/ZODB3.2 ***BLOCKED*** by --allow-hosts

Getting distribution for 'ZODB3==3.10.5'.
Got ZODB3 3.10.5.
Getting distribution for 'ZConfig==2.9.0'.
Got ZConfig 2.9.0.
Getting distribution for 'RestrictedPython==3.6.0'.
SyntaxError: ('invalid syntax', ('build/bdist.linux-x86_64/egg/RestrictedPython/tests/security_in_syntax27.py', 6, 13, '    {y: y for _restricted_name in x}\n'))

SyntaxError: ('invalid syntax', ('build/bdist.linux-x86_64/egg/RestrictedPython/tests/before_and_after27.py', 30, 17, '    x = {y: y for y in whatever if y}\n'))

SyntaxError: ('invalid syntax', ('/home/stefan/autotest/temp/python26-zope214/eggs/tmpOcaAJf/RestrictedPython-3.6.0-py2.6.egg/RestrictedPython/tests/security_in_syntax27.py', 6, 13, '    {y: y for _restricted_name in x}\n'))

SyntaxError: ('invalid syntax', ('/home/stefan/autotest/temp/python26-zope214/eggs/tmpOcaAJf/RestrictedPython-3.6.0-py2.6.egg/RestrictedPython/tests/before_and_after27.py', 30, 17, '    x = {y: y for y in whatever if y}\n'))

Got RestrictedPython 3.6.0.
Getting distribution for 'Record==2.13.0'.
Got Record 2.13.0.
Getting distribution for 'Products.ZCTextIndex==2.13.3'.
Got Products.ZCTextIndex 2.13.3.
Getting distribution for 'Products.ZCatalog==3.0a2'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Got Products.ZCatalog 3.0a2.
Getting distribution for 'Products.OFSP==2.13.2'.
Got Products.OFSP 2.13.2.
Getting distribution for 'Persistence==2.13.2'.
Got Persistence 2.13.2.
Getting distribution for 'MultiMapping==2.13.0'.
src/MultiMapping/_MultiMapping.c:159: warning: initialization from incompatible pointer type
Got MultiMapping 2.13.0.
Getting distribution for 'Missing==2.13.1'.
Got Missing 2.13.1.
Getting distribution for 'ExtensionClass==4.0a1'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Got ExtensionClass 4.0a1.
Getting distribution for 'DocumentTemplate==2.13.2'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
src/DocumentTemplate/cDocumentTemplate.c:169: warning: initialization from incompatible pointer type
src/DocumentTemplate/cDocumentTemplate.c:600: warning: initialization from incompatible pointer type
Got DocumentTemplate 2.13.2.
Getting distribution for 'DateTime==3.0'.
Got DateTime 3.0.
Getting distribution for 'Acquisition==4.0a1'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Got Acquisition 4.0a1.
Getting distribution for 'AccessControl==3.0.1'.
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Got AccessControl 3.0.1.

Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.1a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.11a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.8a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.11.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.10a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.1.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.3.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.2b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.5b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.8.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.2.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.1a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.6b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.4b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.10.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.9.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.4.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.0.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.9a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.0a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/ ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.1a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.11a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.8a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.11.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.10a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.1.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.3.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.2b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.5b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.8.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.2.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.1a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.6b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.4b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.10.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.9.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.4.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.0.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.9a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.0a.tar.gz ***BLOCKED*** by --allow-hosts

Getting distribution for 'mechanize==0.2.5'.
Got mechanize 0.2.5.
Getting distribution for 'zope.annotation==3.5.0'.
Got zope.annotation 3.5.0.
Getting distribution for 'ordereddict==1.1'.
zip_safe flag not set; analyzing archive contents...
Got ordereddict 1.1.
Getting distribution for 'zope.broken==3.6.0'.
Got zope.broken 3.6.0.
Getting distribution for 'zope.filerepresentation==3.6.1'.
Got zope.filerepresentation 3.6.1.
Getting distribution for 'zope.dottedname==3.4.6'.
Got zope.dottedname 3.4.6.
Getting distribution for 'zc.lockfile==1.0.0'.
Got zc.lockfile 1.0.0.
Getting distribution for 'manuel==1.5.0'.
Got manuel 1.5.0.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/test'.
Installing scripts.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/runzope'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/zopectl'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/zpasswd'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/addzope2user'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/mkzopeinstance'.
Installing zopepy.
Generated interpreter '/home/stefan/autotest/temp/python26-zope214/bin/zopepy'.
Installing alltests.
Getting distribution for 'Products.BTreeFolder2==2.13.4'.
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
Got Products.BTreeFolder2 2.13.4.
Getting distribution for 'Products.ExternalMethod==2.13.0'.
Got Products.ExternalMethod 2.13.0.
Getting distribution for 'Products.MailHost==2.13.1'.
Got Products.MailHost 2.13.1.
Getting distribution for 'Products.PythonScripts==2.13.0'.
Got Products.PythonScripts 2.13.0.
Getting distribution for 'Products.StandardCacheManagers==2.13.0'.
Got Products.StandardCacheManagers 2.13.0.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/alltests'.
Installing allpy.
Generated interpreter '/home/stefan/autotest/temp/python26-zope214/bin/allpy'.
Installing docs.

Link to http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev ***BLOCKED*** by --allow-hosts


Link to http://sphinx.pocoo.org/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'Sphinx==1.1.2'.
Got Sphinx 1.1.2.

Link to http://dev.pocoo.org/hg/jinja2-main/archive/tip.zip#egg=Jinja2-dev ***BLOCKED*** by --allow-hosts


Link to http://dev.pocoo.org/hg/jinja2-main/archive/tip.tar.gz#egg=Jinja2-dev ***BLOCKED*** by --allow-hosts


Link to http://jinja.pocoo.org/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'Jinja2==2.6'.
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Got Jinja2 2.6.

Link to http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev ***BLOCKED*** by --allow-hosts


Link to http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev ***BLOCKED*** by --allow-hosts


Link to http://trac.pocoo.org/repos/pygments/trunk#egg=Pygments-dev ***BLOCKED*** by --allow-hosts


Link to http://pygments.org/ ***BLOCKED*** by --allow-hosts


Link to http://pygments.pocoo.org/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'Pygments==1.4'.
Got Pygments 1.4.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/sphinx-apidoc'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/sphinx-build'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/sphinx-quickstart'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/sphinx-autogen'.
Installing checkversions.
Getting distribution for 'z3c.checkversions[buildout]==0.4.1'.
Got z3c.checkversions 0.4.1.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/checkversions'.
Installing wsgi.

Link to http://www.repoze.org ***BLOCKED*** by --allow-hosts

Getting distribution for 'repoze.who==2.0'.
Got repoze.who 2.0.
Getting distribution for 'repoze.tm2==1.0b1'.
Got repoze.tm2 1.0b1.
Getting distribution for 'repoze.retry==1.0'.
Got repoze.retry 1.0.

Link to http://svn.pythonpaste.org/Paste/trunk#egg=Paste-dev ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org ***BLOCKED*** by --allow-hosts

Getting distribution for 'Paste==1.7.5.1'.
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
Got Paste 1.7.5.1.

Link to http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy-0.4 ***BLOCKED*** by --allow-hosts


Link to http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=Paste-Deploy-0.1dev ***BLOCKED*** by --allow-hosts


Link to http://bitbucket.org/ianb/pastedeploy/get/tip.gz#egg=PasteDeploy-dev ***BLOCKED*** by --allow-hosts


Link to http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy-dev ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org/deploy/ ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org/deploy/paste-deploy.html ***BLOCKED*** by --allow-hosts

Getting distribution for 'PasteDeploy==1.5.0'.
Got PasteDeploy 1.5.0.

Link to http://svn.pythonpaste.org/Paste/Script/trunk#egg=PasteScript-dev ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org/script/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'PasteScript==1.7.5'.
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
warning: no files found matching '*.js' under directory 'paste'
warning: no files found matching '*.jpg' under directory 'paste'
Got PasteScript 1.7.5.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/runzope'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/zopectl'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/zpasswd'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/addzope2user'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/mkzopeinstance'.
Generated script '/home/stefan/autotest/temp/python26-zope214/bin/paster'.


More information about the Zope-tests mailing list