4 May
2004
4 May
'04
7:17 p.m.
Greg Steffensen wrote at 2004-5-3 12:17 -0400:
... And this seems to be a real dictionary, not just a string, because len(feedparser.parse(uri)) returns 9. But I can't seem to access any of the dictionary functionality, because when I try to, the ZMI keeps asking me to log in again (even though I'm logged in as the site manager)
Apparently, it is not a true dictionary but instead an object that implements the dictionary interface. You must provide security declarations for such objects. You find details in the Zope Developer Guide. -- Dieter