[google-appengine] Re: Question on how to modularize handlers

2012-11-10 Thread Anand Mistry
Two things: 1. You need an __init__.py file in the handlers directory 2. Your script line should read 'handlers.test.application' On Saturday, 10 November 2012 10:52:35 UTC+11, Kyle Finley wrote: > > Shan, if you are using the python27 runtime it should be: > > # app.yaml > > runtime: python27 > >

Re: [google-appengine] which email/password for deploy

2012-11-10 Thread Amy Unruh
Danial, If you've set up 2-step verification, you'll need to generate an application-specific password - http://support.google.com/accounts/bin/answer.py?hl=en&answer=185833. Or, you can use oauth, e.g. % appcfg.py update --oauth2 then follow the instructions. On 11 November 2012 09:16, Dania

Re: [google-appengine] Getting started

2012-11-10 Thread Robert Fischer
Hi Kevin, The sample apps are a pretty good starting place. Python: https://developers.google.com/appengine/docs/python/gettingstartedpython27/helloworld Java: http://googcloudlabs.appspot.com/ -Robert Fischer www.DealScorcher.com On Fri, Nov 9, 2012 at 12:19 AM, Kevin wrote: > I,m new to all

[google-appengine] Getting started

2012-11-10 Thread Kevin
I,m new to all this and i would like to build an app. Any ideas on how i can get started??? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/DHQQAl

[google-appengine] Anybody out that can help me build an app

2012-11-10 Thread Kevin
Hello i¨m starting a new business and i need some help building an app is there anybody who can help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengi

[google-appengine] Explicit Base 64 Encoding byte array required for special characters on deployed instance but not local instance

2012-11-10 Thread Glen Whitaker
Recently we've been setting up a system where work is allocated outside of app engine and sends back to an App Engine application a JSONified Map containing a byte array that represents a pdf file's contents, which is then uploaded to Google Drive. Within a local configuration the the flow of

[google-appengine] which email/password for deploy

2012-11-10 Thread Danial
I have tried to deploy an app and keep getting password or email address error on deployment. Which address/password is to be used? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.go

[google-appengine] Re: Sending emails from gae using mailgun

2012-11-10 Thread Bryce Cutt
I have heard good things about Mailgun but have not used it myself. I have used sendgrid.com and mandrill.com and both work well. I like the flexibility of Mandrill being able to send from multiple domains with DKIM and SPF but the whitelabelling in Sendgrid is more complete. 12,000 free emails

[google-appengine] Re: Sending emails from gae using mailgun

2012-11-10 Thread Doug Anderson
I use mailgun with GAE... it works with local development environment and deployed production environment. Their support is awesome and the web service is lightning fast. I moved to mailgun because my app requires more flexibility than what the native GAE email capabilities provide (specifica

Re: [google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-10 Thread Jon McMillan
Issue #8383: http://code.google.com/p/googleappengine/issues/detail?id=8383 Some suggestions of workarounds in there too. They didn't help me though. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit

[google-appengine] GAE / GWT RPC caching issue

2012-11-10 Thread Jambi
Hey Guys, I´m running into a strange caching issue. I have two GWT modules. One admin module and one user module. In my admin module I can add an entity and persist it to the GAE datastore (via objectify). Everything works fine there. In my user module I have two activites: one for showing a li

Re: [google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-10 Thread alex
Has anyone created an issue on the tracker? I'd star it too. (Mac OS) On Fri, Nov 9, 2012 at 2:11 PM, Nijin Narayanan wrote: > +1 On windows 7. Same issue here. Because of this issue we have downgrade to > 1.7.2. :( > > -Nijin Narayanan > HP: +91 96 56 56 41 91 > > > > > On Fri, Nov 9, 2012 at 8

[google-appengine] Re: Understanding "Request was aborted after waiting too long"

2012-11-10 Thread Strom
Great post, I would like to know the definitive answers as well. For your big question #2, I belive a request has a total of 60 seconds to return a response, and the timer against this 60 seconds starts when the request comes in. So both all the piping & actual request handling has to occur in