According to the documentation (http://code.google.com/appengine/docs/ python/datastore/polymodelclass.html), there should be a PolyModel class in google.appengine.ext.db.polymodel. However, the program ...
from google.appengine.ext.db import polymodel ... fails at runtime with an exceptions.ImportError and the message "No module named polymodel" The simlar program ... import google.appengine.ext.db.polymodel ... fails in the same way, which is comforting I suppose. I have tried both the Linux and Mac SDKs. Is this unavailable on the SDK? Is it a withdrawn feature? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
