[Zope] whats wrong with this code

alex@quad.com.ar alex@quad.com.ar
Thu, 8 Nov 2001 19:21:20 -0300


it works fine here... uhmm

----- Original Message ----- 
From: "Clark OBrien" <COBrien@isis-server.vuse.vanderbilt.edu>
To: <zope@zope.org>
Sent: Thursday, November 08, 2001 6:22 PM
Subject: [Zope] whats wrong with this code


> These two lines of code won't work in zope scripts
> 
> item = {}
> item['hello'] = 'bye'
> 
> 
> they give a len() of unsized object  error
>