Re: [ZODB-Dev] trying to use zodb for standalone with python2.5 and windows

2006-12-05 Thread Benji York
Christian Theune wrote: Your 'python setup.py install' didn't work. You need to have Visual Studio (2003/.NET) installed to compile ZODB/Python Extensions. Or get the Windows binary release. Here's the latest: http://www.zope.org/Products/ZODB3.6. -- Benji York Senior Software Engineer Zope

Re: [ZODB-Dev] trying to use zodb for standalone with python2.5 and windows

2006-12-05 Thread Christian Theune
Hi, bussiere maillist wrote: > i've installed zodb, i'am under windows with python2.5 > i've dl the source and done python setup.py install > > the main goal is to use only zodb instead of gadfly (no LIKE in gadfy) > for a personnal application. > > but when it put this code : > from ZODB import

[ZODB-Dev] trying to use zodb for standalone with python2.5 and windows

2006-12-05 Thread bussiere maillist
i've installed zodb, i'am under windows with python2.5 i've dl the source and done python setup.py install the main goal is to use only zodb instead of gadfly (no LIKE in gadfy) for a personnal application. but when it put this code : from ZODB import FileStorage, DB storage = FileStorage.FileS