9 Mar
2000
9 Mar
'00
8:23 p.m.
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? ^^^^
root=db.open().root()
Where 'Data.fs' is my Zope DB with a lot of stuff. Then I did the following things:
root.__dict__ {} #result of the previous "command" dir(root) [] #result of the previous "command" vars(root) {'container' : {}} #result of the previous "command"
All of the above work for me when pointing to the right file. -Michel