[Zope3-dev] Erros on Zope3 trunk

Roger Ineichen dev at projekt01.ch
Mon Aug 21 06:06:20 EDT 2006


Hi

I get two errors on a fresh Zope3 checkout on 
my Windows XP box

Failure in test testStandalone (zope.component.tests.StandaloneTests)
Traceback (most recent call last):
  File "C:\Python24\lib\unittest.py", line 260, in run
    testMethod()
  File "D:\projektZ3C\Z3C\Zope3\src\zope\component\tests.py", line 975, in
testStandalone
    self.fail(''.join(lines))
  File "C:\Python24\lib\unittest.py", line 301, in fail
    raise self.failureException, msg
AssertionError: Traceback (most recent call last):
  File "D:\projektZ3C\Z3C\Zope3\src\zope\component\standalonetests.py", line
8, in ?
    from zope import interface
  File "D:\projektZ3C\Z3C\Zope3\src\zope\interface\__init__.py", line 55, in
?
    from zope.interface.interface import Interface, _wire
  File "D:\projektZ3C\Z3C\Zope3\src\zope\interface\interface.py", line 23,
in ?
    import weakref
ImportError: No module named weakref

-----------------------------
and 

-----------------------------
Failure in test test_setProxiedObject (zope.proxy.tests.test_proxy)
Failed doctest test for zope.proxy.tests.test_proxy.test_setProxiedObject
  File "D:\projektZ3C\Z3C\Zope3\src\zope\proxy\tests\test_proxy.py", line
617, in test_setProxiedObject

----------------------------------------------------------------------
File "D:\projektZ3C\Z3C\Zope3\src\zope\proxy\tests\test_proxy.py", line 620,
in zope.proxy.tests.test_proxy.test_setProxiedObject
Failed example:
    from zope.proxy import setProxiedObject, getProxiedObject
Exception raised:
    Traceback (most recent call last):
      File "D:\projektZ3C\Z3C\Zope3\src\zope\testing\doctest.py", line 1361,
in __run
        compileflags, 1) in test.globs
      File "<doctest zope.proxy.tests.test_proxy.test_setProxiedObject[1]>",
line 1, in ?
        from zope.proxy import setProxiedObject, getProxiedObject
    ImportError: cannot import name setProxiedObject
----------------------------------------------------------------------

Seems that the tests are not importing the correct packages.

-----------------------------
Mit freundlichem Gruss
Roger Ineichen
_____________________________
Projekt01 GmbH
www.projekt01.ch
Boesch 65
6331 Hünenberg
phone     +41 (0)41 781 01 78
mobile    +41 (0)79 340 52 32
fax       +41 (0)41 781 00 78
email roger.ineichen at projekt01.ch
_____________________________
END OF MESSAGE



More information about the Zope3-dev mailing list