I've made a new release of zope.proxy. The next ZODB3 release will require this new version. In the mean time, you should just get zope.proxy 3.4.0 yourself.

Jim

On Jul 12, 2007, at 6:46 AM, Jim Fulton wrote:


I haven't had a chance to look at this yet, but I haven't forgotten you. I suspect that ZODB isn't being careful enough it its requirements specification and that it needs a newer version of zope.proxy than what you have installed. FWIW, ZODB not only imports but also passes it's extensive test suite for me.

How did you install ZODB?

Jim

On Jul 11, 2007, at 9:22 AM, Arve Knudsen wrote:

Hi

I tried installing ZODB-3.8.0b2 on my Ubuntu system, but I can't even import ZODB before it fails. The traceback is as follows:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
File "/tmp/ZODB/lib/python2.5/site-packages/ZODB3-3.8.0b2-py2.5- linux-i686.egg/ZODB/__init__.py", line 31, in <module>
    from DB import DB
File "/tmp/ZODB/lib/python2.5/site-packages/ZODB3- 3.8.0b2-py2.5- linux-i686.egg/ZODB/DB.py", line 27, in <module>
    from ZODB.Connection import Connection
File "/tmp/ZODB/lib/python2.5/site-packages/ZODB3-3.8.0b2-py2.5- linux-i686.egg/ZODB/Connection.py", line 33, in <module>
    from ZODB.blob import Blob, rename_or_copy_blob
File "/tmp/ZODB/lib/python2.5/site-packages/ZODB3-3.8.0b2-py2.5- linux-i686.egg/ZODB/blob.py", line 39, in <module>
    from zope.proxy.decorator import SpecificationDecoratorBase
ImportError: No module named decorator

Best regards,
Arve Knudsen
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

--
Jim Fulton                      mailto:[EMAIL PROTECTED]                Python 
Powered!
CTO                             (540) 361-1714                  
http://www.python.org
Zope Corporation        http://www.zope.com             http://www.zope.org



_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

--
Jim Fulton                      mailto:[EMAIL PROTECTED]                Python 
Powered!
CTO                             (540) 361-1714                  
http://www.python.org
Zope Corporation        http://www.zope.com             http://www.zope.org



_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to