On Sat, Sep 15, 2018 at 1:44 PM 'Amandeep Kaur(Cloud Platform Support)' via
Google App Engine <google-appengine@googlegroups.com> wrote:

> Hi Fili,
>
> As per this doc[1] webapp2 is not compatible with Python 3. Webapp2
> Framework is available to Python 2.7 users only.
>

Not quite; as Fili Wiesel (original poster in this thread) documents in the
doc he wrote and quoted, the core of webapp2 works fine with Python 3.7 --
it's just several "extras" for app engine, such as integration with
memcache or the users service, that are not compatible. At
https://github.com/GoogleCloudPlatform/webapp2/issues/137 you'll see that
Fili is looking for helpers to improve the situation (in the upstream,
open-source repository), and Thea Flowers, a Pythonista and Googler in
developer relations for Google Cloud Platform, has signed up as such a
helper.

So, one might sign up to help out, in the spirit of open source.

Alternatively, of course, one can pick some other lightweight framework
(Flask is, I believe, by far the most popular) and give up on the
webapp/webapp2 tradition. If writing an App Engine app from scratch, that
might be simplest; an improved webapp2, however, might make it easier to
port existing webapp2 projects from Python 2.7 to 3.7 (though other issues
such as ndb may loom larger; for that, maybe
https://github.com/Bogdanp/anom-py might be of some help).


Alex



> [1] https://webapp2.readthedocs.io/en/latest/#
> [2] https://cloud.google.com/appengine/docs/standard/python/tools/webapp2
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/5789e86d-f763-4b47-b81e-f0323968d91b%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/5789e86d-f763-4b47-b81e-f0323968d91b%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE46Be8NS-VhKkxCcXKFwE4c4WyidSfwLLBANf2v37s6%3DccJsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appe... Fili Wiese
    • [google... 'Amandeep Kaur(Cloud Platform Support)' via Google App Engine
      • Re:... 'Alex Martelli' via Google App Engine

Reply via email to