[Zope3-dev] Re: Erros on Zope3 trunk

Philipp von Weitershausen philipp at weitershausen.de
Mon Aug 21 07:44:50 EDT 2006


Roger Ineichen wrote:
> Failure in test testStandalone (zope.component.tests.StandaloneTests)
> Traceback (most recent call last):
...
> ImportError: No module named weakref

That's weird. Looks like your Python stdlib is missing weakref.py?

> 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
...
>     ImportError: cannot import name setProxiedObject
> ----------------------------------------------------------------------

As you found out already, you need to recompile some C extensions.

Philipp


More information about the Zope3-dev mailing list