[google-appengine] Re: ImportError: No module named django.core.handlers.wsgi

2016-08-16 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Are you doing anything else with sys.path anywhere in your code? I'm testing again with only the builtin version of django in app.yaml, and I do not get any ImportErrors. You should not need to modify sys.path in any way unless you're using an installed version of django somewhere other than

[google-appengine] Re: Missing AppEngineLauncher .dmg for latest Python SDK?

2016-08-16 Thread John Delaney
I'd like to 2nd the question and add some additional clarification. The GoogleAppEngineLauncher.app is missing as result. That was normally installed with the .DMG. I had V 1.9.37 of the launcher and it could not update itself. Further, all the current documentation directs us to the command

[google-appengine] Re: Speech API - word timings

2016-08-16 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Gene, I'll go ahead and forward this feature request with various possible means of realization, with a clear reference to your use-case. Cheers, Nick Cloud Platform Community Support On Tuesday, August 9, 2016 at 4:41:21 PM UTC-4, Gene Matocha wrote: > > Yes, something like that would be

[google-appengine] Re: How to specify a region for AppEngine Flexible

2016-08-16 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Jungho, For now, as far as I'm aware, this is not possible. I've created a thread in the Public Issue Tracker where progress on this can be watched by starring the issue. Cheers, Nick Cloud Platform Community Support On

[google-appengine] Re: Error occurs after 30-40 consecutive urlfetch

2016-08-16 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hi there, Have you had a chance to review some of the recommendations posted here by Evan and myself? Was any of the advice helpful in troubleshooting? If this still affects you, could you provide some of the information requested in my previous post? Looking forward to hearing from you!

[google-appengine] How to Configure JUnit test to suggest the missing datastore-indexes?

2016-08-16 Thread Yashavanta S B
I would like to know how the JUnit test uses the datastore-indexes while doing the queries. My problem is that, I would like to track the missing datastore-indexes using the JUnit test. Is there any way to give the indexes file as an input while configuring the datastore? I don't want to

[google-appengine] Junit and datastore-indexes.xml

2016-08-16 Thread Rajesh Gupta
Hi, I am running the junit tests. Is there a way to specify the datastore-indexes.xml file for the junit tests What I meant, when the running the junit, the code should throw DatastoreIndexNotFoundException if there is no index in the datastore-indexes.xml. What is happening for us is, we run