[google-appengine] Re: QueryIterator Error

2009-02-12 Thread Davide Ferrero
d not the results of the > query, and this is the cause of the error. > > I can't see any reason why you would want to store this query in Memcache, > you should be fetch()ing some number of results and storing those. > > -Marzia > > On Wed, Feb 11, 2009 at 5:39 AM, Davide Fer

[google-appengine] Re: QueryIterator Error

2009-02-11 Thread Davide Ferrero
iccolai wrote: > Hi, > > Can you please post the code to the handler where you are seeing this issue. > > -Marzia > > On Sun, Feb 8, 2009 at 7:30 AM, Davide Ferrero wrote: > > > From 2 two days my applications fall in error in every pages. I don't > > h

[google-appengine] QueryIterator Error

2009-02-08 Thread Davide Ferrero
>From 2 two days my applications fall in error in every pages. I don't have modified nothing from 1 week and three days ago my application works correctly.. this is the error log: # 02-08 07:24AM 44.966 / 500 194ms 139ms-cpu 0kb See details 79.50.168.248 - - [08/Feb/2009:07:24:4

[google-appengine] Re: How to fix pickling error

2008-12-20 Thread Davide Ferrero
I had some problems while I tried storing in memcache a query object obtained with the fuction db.GqlQuery(...) and I've solved my issue with Entity.all() function... The same problem appears when I try to storing in memcache a python list that contains several Object that I've created. I've pyba