I've been developing an appengine site which uses the expando class to store info. I can successfully store a property in the development server. I verify the info is there with the developer console, but when I run code I have the following problems: - the hasattr(myobj, attr_name) function returns false - the getattr(myobj, attr_name) function throws an exception - myobj.attr_name throws an exception - myobj.dynamic_properties() returns an empty list
All of these happen while the development console reports the property is still there. Also, if I set a new property (and commit it to the datastore) the old property disappears. I've re-installed the dev server (Mac OS X 10.5.6) and cleared the datastore with no luck. I'm kind of stuck. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
