somewhere yin your model you need session.connect(request,response,db)
On GAE you must put sessions in DB. It is the only condition, everything else (including uploads) is not taken care automatically. Massimo On Dec 8, 7:18 am, notabene <[EMAIL PROTECTED]> wrote: > On 8 Dec., 02:42, mdipierro <[EMAIL PROTECTED]> wrote: > > > I posted yet another version of T3. This one can handle/upload static > > files and has a version of appadmin that works on GAE (when the > > expression has an equivalent on GAE) > > > Should this new version of appadmin be made standard? > > > It introduces a change. The query string is no longer SQL but web2py- > > ese. This will not break anybody's code so it should not considering > > breaking backward compatibility. > > > All in favor? All opposed? > > > Massimo > > I am trying it out. > Looks very well, very powerfull and user friendly! > > I have installed locally. When uploading to GAE I get this error. > > Traceback (most recent call last): > File "/base/data/home/apps/kultunauten/1.32983687474432139/gluon/ > main.py", line 228, in wsgibase > session._try_store_on_disk(request,response) > File "/base/data/home/apps/kultunauten/1.32983687474432139/gluon/ > globals.py", line 191, in _try_store_on_disk > response.session_file=open(response.session_filename,'wb') > IOError: invalid mode: wb > > Any ideas what's wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

