A further issue that I've found when trying to export a list of registrants.....
Module Products.PageTemplates.Expressions, line 174, in __call__ Module Products.PageTemplates.Expressions, line 162, in _eval Module Products.PageTemplates.Expressions, line 116, in _eval - __traceback_info__: reg Module Products.PageTemplates.Expressions, line 320, in restrictedTraverse - __traceback_info__: {'path': ['first_name'], 'TraversalRequestNameStack': []} KeyError: 'first_name'
I've no idea what's up with this. We should be using Five/Zope3 components to handle export of summary data for a folder in a generic and reusable way that will be supported by the community.
At least, I'm pretty sure that's how Enfold, PSol, Blue Dynamics, or any of that ilk would do it. ;)
On 4/7/06, michael nt milne <michael.mi...@gmail.com> wrote:
>Hi
>A further issue that I've found when trying to export a list of
>registrants.....
> Module Products.PageTemplates.Expressions, line 174, in __call__
> Module Products.PageTemplates.Expressions, line 162, in _eval
> Module Products.PageTemplates.Expressions, line 116, in _eval
> - __traceback_info__: reg
> Module Products.PageTemplates.Expressions, line 320, in
>restrictedTraverse
> - __traceback_info__: {'path': ['first_name'],
>'TraversalRequestNameStack': []}
>KeyError: 'first_name'