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
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to