[Zope] a LocalFS that works

2006-09-14 Thread Alan
Hi list, I am playing with two Zope servers version: Zope 2.9.3-, python 2.4.2, darwin and Zope 2.8.5-final, python 2.3.5, sunos5 My problem is where to find a LocalFS that works? I tried version 1.0, I patched it, but it didn't work. I also saw things like LocalFS-1.3-andreas.tar.gz (even

Re: [Zope] a LocalFS that works

2006-09-14 Thread Dennis Allison
Alan, We use LocalFS-1.7-andreas.tar.gz with some local extensions with Zope 2.9.X. I would recommentd that you use it. The andreas LocalFS series is needed for the more recent Zopes. On Thu, 14 Sep 2006, Alan wrote: Hi list, I am playing with two Zope servers version: Zope

Re: Re: [Zope] a LocalFS that works

2006-09-14 Thread Alan
Thanks Dennis, I couldn't find the version you mentioned but I got that: http://www.easyleading.org/Downloads/LocalFS-1.7rc1-andreas.tar.gz/view and I had to do this in LocalFS.py: #from OFS.content_types import find_binary from zope.app.content_types import find_binary And it worked in my

Re: Re: [Zope] a LocalFS that works

2006-09-14 Thread Dennis Allison
That's the one you want. If forgot that it was still a release candidate. The Plone version has some additional features that Plone uses, but if you are not using Plone this should be what you want. On Thu, 14 Sep 2006, Alan wrote: Thanks Dennis, I couldn't find the version you