i'm not sure if this is the correct place to post this problem. anyway
my problem seems to occur when trying to access the user object.

even when logging the user object stored on request using this simple
code:

import logging
logging.debug(request.user)

and even after adding the code:

import sys
sys.setrecursionlimit(5000)

i'm still getting a recursion error.

this is only thrown when accessing User object. all of my custom
models doesn't seem to throw a recursion error.

i already investigated and tried removing user reference key on all my
models but i'm still getting the error.


hope somebody helps me


thanks

rey



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to