Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-12-01 Thread 'Matt Larkin' via Google App Engine
>dev_appserver doesn't seem to work anyway - gives an assertion error (expects python 2, I believe) while my project is Python 3 - in fact trying to migrate from 2 to 3. Sorry, missed this. Without any more details, my guess is you need to provide the `--runtime_python_path` flag (docs

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-12-01 Thread 'Matt Larkin' via Google App Engine
Thanks. I'm following-up with the engineering team to determine if this is expected (meaning the docs need to be updated) or a bug. On Wed, Dec 1, 2021 at 1:38 AM Sajal Gupta wrote: > Am able to make this work now using dev_appserver. It doesn't work with > flask server (at least I cold not

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-12-01 Thread Sajal Gupta
Am able to make this work now using dev_appserver. It doesn't work with flask server (at least I cold not make it work using flask server as above). If that is indeed the case, may be the GAE getting started guide for python 3 page needs to change to reflect this fact that memcache etc. will

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-30 Thread Sajal Gupta
I am using Flask's server as follows: if __name__ == '__main__': # # This is used when running locally only. When deploying to Google App # # Engine, a webserver process such as Gunicorn will serve the app. You # # can configure startup instructions by adding `entrypoint` to app.yaml.

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-30 Thread 'Matt Larkin' via Google App Engine
Hi Sajal, Are you using dev_appserver to run locally, or are you using some other type of toolset (e.g., the Flask dev server)? Best, Matt On Tue, Nov 30, 2021 at 6:05 AM Sajal Gupta wrote: > Hi, > > I was trying to run the now bundled memcache service on localhost > (python3/flask) but got an

[google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-10 Thread 'Matt Larkin' via Google App Engine
>The new library still seems to be missing the BlobstoreDownloadHandler that would allow the end user to be redirected to download the file. This basically set a header and the platform would deliver the blob to the client. Yes, the Public Preview

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-10 Thread Kaan
Numbers aren't supporting me as well :D https://trends.google.com/trends/explore?date=all=python,javascript - somehow JS is dying while Python is thriving But my point is, I loved App Engine because it was agile and practical, with JS and the new unleashed services, the experience is just

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-09 Thread 'Alex Martelli' via Google App Engine
On Mon, Nov 8, 2021 at 10:47 PM Kaan wrote: ... > And a plug: Python in my opinion is dying, while JS / NodeJS is thriving > According to TIOBE , in October Python was language #3 in terms of popularity (behind Java and C); in November, it vaulted to first

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-09 Thread Walt Pang
In data science industry most people are still using python as development tool. Kaan 于2021年11月9日 周二下午2:47写道: > Honestly this is all very exciting, and like you've also pinpointed the > main issue, we were (I was!) blind to the most important of changes, > there's so much segmentation now that

[google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-08 Thread Kaan
Honestly this is all very exciting, and like you've also pinpointed the main issue, we were (I was!) blind to the most important of changes, there's so much segmentation now that what's actually important goes missing in all the noise *1)* *Dev App Server is a thing again?!*

[google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-08 Thread Will Reiher
Hi, Thanks for the follow up. The articles detail the process fine if the underlying blobs are "on" cloud storage. In my case I'm talking about legacy blobs stored outside of the my visible buckets. They're not represented in cloud storage and the python 3 runtime does not seem to have a way

[google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-08 Thread Will Reiher
I'm slowly moving my way towards a migration path to the new Python 3 runtime. 2022 is the year. I've been a AppEngine customer since 2009 - so I've already seen my share of smaller migrations as the oldest of the services died off. I currently have a question about Blobstore. As I'm planning