Hi, This looks like the same underlying issue as this one: http://code.google.com/p/googleappengine/issues/detail?id=921
You can clear your datastore, which will eliminate this error message. -Marzia On Tue, Dec 23, 2008 at 4:43 AM, vivek <[email protected]> wrote: > > Hi , > I have an sample db.expando entity, > for the first record,I added a new dynamic column,column1 with a > string value. > for the second record,I added a float value under the same column1,I > used Datastore viewer(_ah/admin) to restore the first record(which has > string value) it throws a exception saying "TypeError: object of type > 'float' has no len()",but it opens properly for the second record,it > behaves in same manner for NoneType,long,key type etc. > > Is this a known issue,how to over come this issue? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
