ls wrote: > I looking for help with ZODB data export to text file. I have file > Data.fs > [snip] > Could you point me in to some Python code examples, code contributions > and so on.
You can download the "standalone" ZODB code and run it under regular Python without Zope installed or involved, and use that to access your Data.fs file directly. See http://www.zope.org/Products/StandaloneZODB This page lists much documentation (near the bottom): http://www.zope.org/Wikis/ZODB/FrontPage -Peter -- http://mail.python.org/mailman/listinfo/python-list
