Hi Marzia,
it seems i have a similar problem here and thought the missing index
file is the reason for this. I have a model "Segment" with an integer
member "spd". Multiplying "segment.spd" as an instance i got from a
query on "Segment" with some int value python tells me the TypeError
with int and NoneType. I don't have that problem on 32bit Ubuntu but
on 64 bit Ubuntu and on GAE. I defined an index file manually but
appcfg tells me i don't need it for that type of query.
I got rid of the problem on 64bit Ubuntu by realligning the code. But
that code did not work in GAE.
Best, lf.hl
On 1 Okt., 00:32, "Marzia Niccolai" <
ma...@google.com> wrote:
> Hi,
>
> Actually, upon further inspection, this is an issue of the query you are
> running needing an index, but since the query doesn't need one in most
> cases, we can't print the definition.
>
> Please add indexes for the queries experiencing these issues.
>
> -Marzia
>
> On Tue, Sep 30, 2008 at 2:47 PM, Venkatesh Rangarajan <
>