14 Nov
2002
14 Nov
'02
8:46 p.m.
David Bear writes:
I'm getting really mad at myself now. I have a folder call 'stuff'. In the stuff folder I have a python script call getStuff which looks like this
return container.objectValues('ZopePageTemplate') Someone else already told you that "ZopePageTemplate" is almost surely the wrong "meta_type".
You may also need to substitute "context" for "container". Dieter