[Zope] whats wrong with this code

Clark OBrien COBrien@isis-server.vuse.vanderbilt.edu
Thu, 8 Nov 2001 15:22:57 -0600


These two lines of code won't work in zope scripts

item = {}
item['hello'] = 'bye'


they give a len() of unsized object  error