[Zope] Using ZODB outside of Zope
Jeff Rush
Jeff Rush" <jrush@timecastle.net
Sat, 23 Oct 99 18:14:56 -0500
On Sat, 23 Oct 1999 08:55:23 +1000, gtk wrote:
>I'd settle for instructions on how to install just the ZODB on a Win32 or
>Unix Python instance. I've tried copying the App and ZODB directories and
>the Persistence class to my Python directory, but I can't inherit from
>Persistence.Persistent.
You can't just install the ZODB portion of Zope. Although it is
-usable- from Python programs w/o -running- Zope, you have to at
least have much of Zope installed. I tried and tried to break it out
when I built my Zope RPMs but could not w/o major rework of Zope.
-Jeff Rush