Re: [web2py] Re: web2py and google app engine

2013-02-20 Thread Niphlod
it's a binary, you get what's compiled in it and anything else. On Wednesday, February 20, 2013 2:08:52 PM UTC+1, jjg0 wrote: > > The Windows one can't run on anything else? That solved all the problems > I was seeing! The source code works much better, thanks everyone. > > On Wed, Feb 20, 2013

Re: [web2py] Re: web2py and google app engine

2013-02-20 Thread Jeremiah Gordon
The Windows one can't run on anything else? That solved all the problems I was seeing! The source code works much better, thanks everyone. On Wed, Feb 20, 2013 at 7:48 AM, Niphlod wrote: > Windows version is a compiled binary, can't be run on anything else than > the included webserver. > > Do

Re: [web2py] Re: web2py and google app engine

2013-02-20 Thread Niphlod
Windows version is a compiled binary, can't be run on anything else than the included webserver. Download the source code, gaehandler.py will be there. On Wednesday, February 20, 2013 1:41:43 PM UTC+1, jjg0 wrote: > > I must be going crazy, but there isn't a gaehandler.py file anywhere in > the

Re: [web2py] Re: web2py and google app engine

2013-02-20 Thread Jeremiah Gordon
I must be going crazy, but there isn't a gaehandler.py file anywhere in the web2py I downloaded. I am using the Windows version if that makes any difference. I've tried downloading a new copy just to make sure I didn't accidentally delete it, but I still can't find any gaehandler file. How are p

[web2py] Re: web2py and google app engine

2013-02-19 Thread howesc
in your web2py top-level directory (not you app directory) you should have app.yaml and gaehandler.py. for python2.7 my app.yaml looks kinda like this: application: myapp version: 0-2016 api_version: 1 runtime: python27 threadsafe: false# true for WSGI & concurrent requests (Python 2.7

[web2py] Re: web2py and google app engine

2013-02-19 Thread jjg0
There doesn't seem to be any mention of what to do for python 2.7 in the app.yaml file. Their example looks different than the app.yaml file that comes with the latest web2py, I don't see anything on using gaehandler.wsgiapp. Should I only be using python 2.5 and gaehandler.py? Still not cle

[web2py] Re: web2py and google app engine

2013-02-19 Thread Niphlod
did you read http://web2py.com/books/default/chapter/29/13?search=gae#Deploying-on-Google-App-Engine ? On Tuesday, February 19, 2013 4:42:57 PM UTC+1, jjg0 wrote: > > I am new to both web2py and google app engine. Is there a good guide for > running web2py on gae using python 2.7 from scratch