On Feb 15, 3:57 am, Neversummer <[email protected]> wrote: > I am new to app engine and pyton and unfortunately am not able to > accomplish a seemingly simple task - thanks for your patience. > The problem is in this line:
> tdCurr = tdResult.count Query.count is a method. Unlike in Ruby, in Python you need to use parentheses to call it: > tdCurr = tdResult.count() --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
