Perhaps your Messages class is getting redefined in some code paths. Have you checked your code to see if there are multiple definitions?
Robert On Fri, Feb 25, 2011 at 10:10, jack <[email protected]> wrote: > Sorry for bad English. Sometimes I have "Status: 500 Internal Server > Error" at my application when I tries to print query, and query seems > don't gives all variables that my application needs and I have error > "AttributeError: 'Messages' object has no attribute 'messageID'". > But 1/4 of all time I got my print "Status: 200 OK Content-Type: text/ > html; charset=utf-8 Cache-Control: no-cache Expires: Fri, 01 Jan 1990 > 00:00:00 GMT Content-Length: 2447" and all needed variables comes to > my app. > > Address to app: > http://orkchan.appspot.com/ > > -- > 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. > > -- 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.
