[Zope] bsddb3Storage missing custom_zodb.py
Phil Harris
phil.harris@zope.co.uk
Tue, 8 May 2001 19:29:07 -0400
Norman,
I created the aforementioned custom_zodb.py with these contents:
from bsddb3Storage import full
ConcreteStorage=Full.Full
Storage=ConcreteStorage('zbsddb')
The zbsddb is a folder within INSTANCE_HOME (normally your ZopeDir).
The files that bsddb3Storage needs are then created in there the next time
Zope starts.
hth
Phil
phil.harris@zope.co.uk
On Monday 07 May 2001 11:16, Norman Khine wrote:
> What did you do?
>
> Thanks
>
> Norman