With new SDK i'm getting this error when working with db.Expando
models. It gives this error on simple get. My application stop working
after this update. Any ideas?  I still can see data in "Data Viewer".
I'm getting this error on production.

  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1028, in get_by_key_name
    return get(keys[0], rpc=rpc)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1255, in get
    model = cls1.from_entity(entity)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1179, in from_entity
    instance = cls(None, _from_entity=True, **entity_values)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1403, in __init__
    setattr(self, prop, value)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1435, in __setattr__
    super(Expando, self).__setattr__(key, value)
AttributeError: can't set attribute

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to