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" <[EMAIL PROTECTED]> 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 < > > [EMAIL PROTECTED]> wrote: > > And yes, my model is defined as a searchable entity. Using the default > > bulk-loader code with no tweaking. > > > def HandleEntity(self, entity): > > ent = search.SearchableEntity(entity) > > return ent > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
