21 Feb
2003
21 Feb
'03
7:22 p.m.
Oliver Keller wrote at 2003-2-21 01:13 +0100:
.... so maybe someone could tell me how the LFS scheme looks for usage in a python script. i tried several things like context.Photos['Schule']['thumb'] but nothing did the trick.
Again: What happened? Which exception? Which effect? LocalFS tries to map the file systems object (folders and files) onto Zope objects. You can than use these Zope objects in the same way as you do usually. You can use "DocFinder" <http://www.dieter.handshake.de/pyprojects/zope> to find out about the methods Zope objects support. Dieter