[Zope] ZODB and 'root()' object (QUEST)
Oscar Picasso
picasso@videotron.ca
Thu, 09 Mar 2000 16:10:11 -0500
On Thu, 09 Mar 2000, Michel Pelletier wrote:
> Oscar Picasso wrote:
> >
> > HI,
> >
> > In the python interpreter I have done the following things:
> > >>>import sys, ZODB, ZODB.FileStorage
> > >>>db = ZODB.DB(ZODB.FileStorage('/usr/local/zope/zope214/Data.fs'))
>
> Shouldn't there be /var/ here? ^^^^
-----------------------^
Thanks. That was the problem. I persevered in my mistake because I saw
'Data.fs' in my zope folder (probably created by my own mistake).
I try to understand the ZODB because i want to process some data in my ZODB
with python. Do you it is the right way to do it?