You are right. They are missing because you cannot deploy on gae the binary distribution.
Massimo On Oct 31, 9:00 am, "Saikat Chatterjee" <[EMAIL PROTECTED]> wrote: > in the windows distribution these files, gaehandler, cgihandler and the > app.yaml files are missing they are only present in the source distribution. > now i can install the apps in gae after i downloaded the source distro > ...... > > On Fri, Oct 31, 2008 at 7:09 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > > That is quite old. > > > cgihandler.py is in the web2py folder but, since verison 1.45 the > > app.yaml file has been modified and uses a dedidated handler > > (gaehandler.py) which allows GAE to cache pyc modules. > > > Massimo > > > On Oct 31, 8:27 am, "Saikat Chatterjee" <[EMAIL PROTECTED]> > > wrote: > > > there is a video regarding this topic where the steps are shown how to > > port > > > the app in GAE. however, there in the video it is shown that in app.yaml, > > > the entry for handlers is - > > > > - url: .* > > > script: cgihandler.py > > > > however, cgihandler is nowhere to be found in web2py directory and hence > > i > > > am getting CouldNotFindModuleError. where is this module located? > > > > the path of the video ishttp:// > > appengineguy.com/2008/06/web2py-first-look-from-me.html*Could* > > > > On Thu, Oct 30, 2008 at 8:01 PM, mdipierro <[EMAIL PROTECTED]> > > wrote: > > > > > You only need to change the name of the app in app.yaml from web2py to > > > > something else since I use "web2py.appspot.com". > > > > There is no thereconfig file that you need to change. > > > > > Massimo > > > > > On Oct 30, 9:16 am, saikatsakura <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > How do you port your application to GAE? I mean i have done all the > > > > > necessary changes in the DB model and all, but what about the > > app.yaml > > > > > settings and the __init__.py settings? > > > > > > regards, > > > > > saikat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

