Hi, I'm preparing a presentation and marketing campaign for Zope 3 for the next weeks linux fair in here in Germany. I'm demonstrating a couple of things and was trying to use DemoStorage with ClientStorage on a Zope 3.2 server today. However, it didn't work and crashed with this message and traceback (partially given):
File "/home/ctheune/Development/Zope-3.2/src/ZODB/DemoStorage.py",
line 94, in __init__
BaseStorage.__init__(self, name, base)
File "/home/ctheune/Development/Zope-3.2/src/ZODB/BaseStorage.py",
line 108, in __init__
self._oid = base._oid
AttributeError: 'ClientStorage' object has no attribute '_oid'
Is this something that
- should not be broken
- should be fixed
- is known
?
I'd fix it if someone gave me a quick hint on what is wrong.
Cheers,
Christian
--
gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
