[google-appengine] What's the difference between .app and .py?

2017-04-08 Thread 'Jon Wayne Parrott' via Google App Engine
Because it's a reference to a specific object within that Python file. It's essentially the same as "from main import app". app engine uses the "app" object within "main.Py" to handle requests. -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

Re: [google-appengine] Re: AttributeError: 'Credentials' object has no attribute 'authorize'

2016-12-09 Thread 'Jon Wayne Parrott' via Google App Engine
n, > > I just changed dequeue( pulls the message from queue not task) method in > queue.py and listen method in worker.py(logs the message instead of running > any task) > > > On Friday, December 9, 2016 at 10:53:49 PM UTC+5:30, Jon Wayne Parrott > wrote: > > Can you provi

Re: [google-appengine] Re: AttributeError: 'Credentials' object has no attribute 'authorize'

2016-12-09 Thread 'Jon Wayne Parrott' via Google App Engine
ng fine when i run it on local machine but on app > engine its not working. Please help me > > > > > On Friday, December 9, 2016 at 12:35:53 AM UTC+5:30, Jon Wayne Parrott > wrote: > > HI Harsha, > There was a bad dependency in this tutorial. Can you try pulling the >

[google-appengine] Re: AttributeError: 'Credentials' object has no attribute 'authorize'

2016-12-08 Thread 'Jon Wayne Parrott' via Google App Engine
HI Harsha, There was a bad dependency in this tutorial. Can you try pulling the latest version? It should list `google-cloud==0.21.1` in the requirements.txt file. On Wednesday, December 7, 2016 at 11:23:15 PM UTC-8, Harsha Reddy wrote: > > Hi George, > > Thanks for your reponse. I have followed

[google-appengine] Re: Accessing Datastore from Standard and Flexible services in local environment

2016-11-22 Thread 'Jon Wayne Parrott' via Google App Engine
Slight correction: local dev/test of flexible applications does not use docker. Though you can run your app in docker locally if you want. Currently there isn't a way to point dev_appserver at the Cloud Datastore emulator, but we are aware of that this is a problem. On Monday, November 21, 2016

Re: [google-appengine] Re: What is the state of 3rd party Python libraries in GAE standard environment?

2016-11-08 Thread 'Jon Wayne Parrott' via Google App Engine
Thank you for your feedback! I've responded for each library you've mentioned. In general, the more activity on the bugs in the issue tracker the better we can understand the desire - for example, the numpy issue only has two stars and no comments. > crypto We're investigating the level of effort

Re: [google-appengine] Re: What is the state of 3rd party Python libraries in GAE standard environment?

2016-11-06 Thread 'Jon Wayne Parrott' via Google App Engine
As mentioned, we are working to update the security related ones (SSL being a recent example). Which non-pure Python ones in particular are you interested in? The more feedback we get the better we can understand the demand. On Sun, Nov 6, 2016, 2:59 PM Я Юь wrote: > What about other libraries t

Re: [google-appengine] Re: What is the state of 3rd party Python libraries in GAE standard environment?

2016-11-05 Thread 'Jon Wayne Parrott' via Google App Engine
Indeed, vendoring is the recommended approach. App Engine was started before vendoring was really possible which is one of the reasons we provided bundled libraries. Now that pure Python libraries can be vendored, that is the best way forward. Note that we are updating security related bundled

[google-appengine] Webapp2 3.0.0

2016-09-13 Thread 'Jon Wayne Parrott' via Google App Engine
Hello everyone, I'm happy to say that we've published a *pre-release* version of webapp2 3.0.0 . This is the first release since September 2012 and we would greatly appreciate any testing or feedback before making it officially 3.0.0 and updating the versio

[google-appengine] Re: A Pure Google App Engine Dev Experience

2014-10-17 Thread Jon Wayne Parrott
The answer is really whatever you're most comfortable with. The usage of the App Engine services is more or less that same regardless of framework (with some notable differences for django). Since you mentioned you're new to webdev with python - Django can be very intimidating. Webapp2 is a mic

Re: [google-appengine] Re: Google app engine speed python vs java execution time

2014-08-22 Thread Jon Wayne Parrott
Let's not forget how long the instance startup time is for Java applications vs Python and Go. Of course, once Java gets warmed up it's quick, but that loading request can be painful. Though to be fair, it's much much better than it used to be. On Friday, August 22, 2014 1:15:23 AM UTC-4, Jeff