[web2py] Re: GAE shows problem.

2010-12-23 Thread mdipierro
The problem is that the query is missing. Do you know if this worked in 1.89.x? On Dec 23, 1:41 pm, "Arun K.Rajeevan" wrote: > see GAE error message. (it runs perfectly fine, if web2py run stand alone) > And was running ok, till previos hour. > What I can track is *init/controllers/default.py:ind

[web2py] Re: GAE shows problem.

2010-12-23 Thread mdipierro
for now do this instead: db(db.languages).select(cache=(cache.ram,3600)).sort(lambda a: a.full)]* mind that unless you redefined cache.ram as GAE memcache the caching will not work. On Dec 23, 1:41 pm, "Arun K.Rajeevan" wrote: > see GAE error message. (it runs perfectly fine, if web2py run stan

[web2py] Re: GAE shows problem.

2010-12-24 Thread Arun K.Rajeevan
Thank you for suggestion. It worked in 1.89.x. But problem is resolved now. And for the benefit of others, I get past it by running *dev_appserver.py*with *-c* option. So, the data already there may be caused problem. I changed DB a little bit. -c option clears datastore.