Re: [web2py] Re: GAE deployment problem with gluon.settings

2014-03-31 Thread Francisco García Claramonte
Hello all, The problem persists. But I fixed it upgrading to python 2.7. With app.yaml parameters: runtime: python27 threadsafe: true# true for WSGI & concurrent requests (Python 2.7 only) default_expiration: "24h" # for static files - url: .* script: gaehandler.wsgiapp# WSGI (Pytho

Re: [web2py] Re: GAE deployment problem with gluon.settings

2014-03-14 Thread Francisco García Claramonte
Hello Massimo, 2014-03-13 14:41 GMT+01:00 Massimo Di Pierro : > I made a change in trunk about this. Can you please check it? > > Thank you for your fast answer and patch. I'll test it in next days and I'll tell to the list. Thank you for your work. ;) Regards, Francisco > On Thursday, 13 Marc

[web2py] Re: GAE deployment problem with gluon.settings

2014-03-13 Thread Massimo Di Pierro
I made a change in trunk about this. Can you please check it? On Thursday, 13 March 2014 06:56:32 UTC-5, Francisco García wrote: > > > Hello all, > > I am trying to upload a Web2py application to GAE, as I use to do with > other web2py apps (without problems). > > I find the following error in GA