-----Original Message----- From: Chris McDonough [mailto:chrism@digicool.com]
I'd use the "packless" BerkeleyStorage variant (http://www.zope.org/Products/bsddb3Storage/bsddb3Storage-1.0beta4 .tar.gz/view)
After you've got an "initialized" database, use Shane's exMount product (http://www.zope.org/Members/hathawsh/ExternalMount) to mount it into your production site's database.
I have setup bsddb3Storage and have a storage directory initialized as you suggested. I was able to browse it in my throwaway Zope, and now it's ready to mount with ExternalMount. However, I'm not sure what to use as an external method to return the storage. I guessed this: from bsddb3Storage.Packless import Packless def createDB(): env = '/path/to/var/CSTStorage' return Packless(name='CSTStorage', env=env) But I get the following error when I try to add the external mount: Error Type: AttributeError Error Value: Packless instance has no attribute 'setClassFactory' What am I missing? Thanks! _______________________ Ron Bickers Logic Etc, Inc.