you need to change some other parts of app.yaml to enable threadsafe....you can't use a cgi handler. i'll try and look up the answer in the next couple of days....
On Thursday, August 8, 2013 7:47:10 PM UTC-7, davedigerati wrote: > > Christian - I'm a total n00b so unable to help as much as I would like, > but upon deployment of my app via the GoogleAppEngineLauncher on OS X > 10.8.4, it fails with > > Error parsing yaml file: > > threadsafe cannot be enabled with CGI handler: gaehandler.py > > in "/Users/usernamehere/Dropbox/web2py/app.yaml", line 95, column 15 > > If deploy fails you might need to 'rollback' manually. > > The "Make Symlinks..." menu option can help with command-line work. > > *** appcfg.py has finished with exit code 1 *** > > > and my app.yaml referenced is > > application: sportssquaresonline > version: 1 > api_version: 1 > > # use this line for Python 2.5 > # > #runtime: python > > # use these lines for Python 2.7 > # upload app with: appcfg.py update web2py (where 'web2py' is web2py's > root directory) > # > runtime: python27 > threadsafe: true # true for WSGI & concurrent requests (Python 2.7 only) > > default_expiration: "24h" # for static files > > let me know if you would like me to test anything... > Dave > > On Sunday, August 4, 2013 7:59:54 PM UTC-4, Christian Foster Howes wrote: >> >> if you get a chance, can you describe how threadsafe==True was failing on >> GAE? i'm hoping to focus on making that work here in the next couple of >> weeks.... >> >> thanks, >> >> christian >> >> On Sunday, August 4, 2013 12:16:02 PM UTC-7, davedigerati wrote: >>> >>> and I only updated the app name in app.yaml and runtime to 2.7 and >>> threadsafe to False since true was bombing and I need this dang thing >>> running an hour ago... >>> >>> On Sunday, August 4, 2013 3:12:16 PM UTC-4, davedigerati wrote: >>>> >>>> as you can see from here: http://sportssquaresonline.appspot.com/ >>>> it did upload most of the static files, specifically 30, but the ones I >>>> added, both images and a css file, it did not. >>>> any idea why??? >>>> >>>> deployed both through the web2py admin feature and the GAE Launcher >>>> >>>> -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

