> I get a > ForbiddenAttribute error when viewing the class AFAIR ForbiddenAttribute means that you have no permissions for attribute you want to access. No permissions means that it is neither allowed nor denied :)
You're using feed.entries: > result+=[(e.updated_parsed, feed.channel, e) for e in > feed.entries ] Seems that 'entries' are the cause of error (as Dennis already said) or something in this line. If 'feed' above is of type Feed then your's IFeed doesn't specify 'entries' attribute in it. This means no permissions are set to 'entries' and this may cause ForbiddenAttribute error. You may use pdb to simply debug what exactly causes the error. -- Maciej Wisniowski _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users