Hi Alex, Can you show us the definition of the class mentry is an object of? Where are you getting the instance of mentry from?
-Nick Johnson On Wed, Jul 8, 2009 at 6:04 PM, Alex Popescu<[email protected]> wrote: > > I am getting a rather weird exception on this piece of code: > > [code] > logging.info('auto-publish: %s resulted in %i', str(mentry.key()), > status) > [/code] > > File "/base/python_lib/versions/1/google/appengine/ext/db/ > __init__.py", line 643, in key > elif self._key_name: > AttributeError: 'ModeratedEntry' object has no attribute '_key_name' > > Any idea what it means? > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
