You should move your remote_api handler to the top. It will never be called because the handler above it has the regex "/.*"
2009/8/1 Shawn A. <boris...@gmail.com>: > > Hello Holger, > > Wow! I could have stared at the file for hours and not noticed that. > sometimes all you need is another pair of eyes. Thank you > that worked like a charm. Sneaky that it worked in the sdk btw. > > Thanks, > -Shawn > > On Jul 31, 9:15 pm, Holger <w...@arcor.de> wrote: >> Hi Shawn, >> >> Try changing your app.yaml to >> >> handlers: >> - url: /.* >> script: flgs_database.py >> >> it's Python and Python sripts have got the ending 'py'. >> >> Bye, >> Holger > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---