[Zope-dev] Using Zope-modules in Python
Kapil Thangavelu
kthangavelu@earthlink.net
Tue, 17 Oct 2000 22:19:11 -0700
Thomas Weholt wrote:
>
> Hi,
>
> I want to use some Zope-modules in plain Python, no web-stuff, namely ZODB
> and Persistence (maybe others too ). I've installed BeOpen Python 2.0 and
> Zope 2.2.2. I want to import the Zope-modules, but adding the C:\Program
> Files\WebSite\lib\python-folder to sys.path just doesn't cut it. I get an
> import error. Running on Windows 2000.
>
> Any tips, hints or guides wanted. Thanks!
a good place to start
http://starship.python.net/~amk/zodb/index.html
kapil