Massimo, I watched the video, it was very helpful thank you, but I'm still confused with how to upload my app onto GAE.
My app is inside the following directory: /web2py/applications/myapp So I set my GAE launcher directory to: /web2py/ So I leave the application name empty? And where do the app.yaml and queue.yaml files go? I still get errors because it can't find modules like dev_appengine.py and gaehander.py (which is in my web2py folder) On Aug 27, 1:03 pm, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > This is an old video but perhaps it may help:http://vimeo.com/3703345 > > On Aug 26, 9:51 pm, Jarrod Cugley <jcug...@gmail.com> wrote: > > > > > > > > > Ok, I've done that, but now what am I meant to do with the GAE > > launcher settings? The documentation in the web2py book makes no > > sense, I've done what it says but it doesn't work? In GAE launcher > > what are the following settings meant to be?: > > > Application Name = ? > > Application Directory = ? > > > when I set the directory to be web2py it just creates a new folder and > > then I copy everything from web2py/applications/myapp into web2py/ > > myapp? > > > I'm so confused... > > > On Aug 27, 11:41 am, Jonathan Lundell <jlund...@pobox.com> wrote: > > > > On Aug 26, 2011, at 6:32 PM, Jarrod Cugley wrote: > > > > > I'm kind of confused because I downloaded web2py on the mac and I have > > > > a web2py.app file that has the folder 'Contents' inside it which then > > > > has inside it: Frameworks, MacOS, Resources. > > > > > I've been treating Resources as my top-level folder for web2py because > > > > it seems to be what works, but it doesn't have the gaehandler.py in > > > > it? What do I do? > > > > Download the source (instead of the Mac package) if you're deploying on > > > GAE. It'll work fine on OS X, too.