ZODB binary for Win32?

Duncan Booth duncan at NOSPAMrcp.co.uk
Wed May 2 10:42:46 EDT 2001


"Costas Malamas" <malamac at otenet.gr> wrote in
<9cp20a$o0m$1 at usenet.otenet.gr>: 

> Hi all,
> 
> I am interested in playing with ZODB of Zope fame, but I donot have a
> unix machine handy or a VC++ compiler on my NT laptop.  Is there any
> ready-made binaries for ZODB for Windows (NT/2k?)  Couldn't find
> anything on the ZODB pages or the web.  I am also wondering if I could
> 'extract' it from Zope. Any thoughts?
> 
> Thanks,
> 
> Costas Malamas
> 
Install Zope from the normal windows binary distribution, no need to 
actually run it though.
Set PYTHONPATH to point to the zope installation:
    	e.g. set PYTHONPATH=\zopedir\lib\python
run Python 1.5.2:
    	\zopedir\bin\python.exe
and import ZODB
    	>>>import ZODB

-- 
Duncan Booth                                             duncan at rcp.co.uk
int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3"
"\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure?



More information about the Python-list mailing list