On Nov 10, 9:11 am, Wim den Ouden <[email protected]> wrote:
> I don't use templates but as a guess i think you use result.mCOUNT
Ok. So I try something like this:
for result in RESULTS:
WEIGHT = (datetime.datetime.result.mDATE.toordinal()) *
result.mCOUNT
but I get this error:
WEIGHT = (datetime.datetime.result.mDATE.toordinal()) * result.mCOUNT
AttributeError: type object 'datetime.datetime' has no attribute
'result'
--
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.