zope 2.7 and LocalFsAfter upgrading my zope instance to 2.7, LocalFs stopped working. IIRC, in zope2.6.x, at least an error saying that there's no docstring was given. In zope 2.7, zope returns a Not Found. No hints at all ablut the missing docstring. after some googling, it looks like the problem lies with class ObjectWrapper (line 294 for LocalFS-1.0.0). However, after modifying the said line (giving a docstring), the problem still persists. Much attempts didn't prove fruitful. my last resort was to check the LocalFS CVS at sf.net i should have started there :P. there i was, assuming that the localFS project was not maintained anymore. Boy, was i wrong. It looks line the CVS version is up to 1.1.0 already, and that there were many changes. LocalFS.py is at version 1.5, instead of 1.1 for those who needs LocalFS, checkout localfs at sf.net or if you don not have cvs access, get LocalFS-1.1.0.tar.gz
|
This site conforms to the following standards:
There is actually a tarball for version 1.1 on SourceForge, though it doesn't show up in the regular released files list... here:
http://prdownloads.sourceforge.net/localfs/