On Wed, Sep 14, 2016 at 9:49 AM, <[email protected]> wrote:

> Good evening.
>

Good evening from California!

I can't find any documentation to start grpc server use python 2.7. Any
> examples.
>

All of our examples are supported to work with Python 2.7 and 3.4.

In examples i found, to start grpc server use concurence, that only
> available in py3.
>

You're correct that concurrent.futures was introduced into the standard
library in Python 3.2
<https://docs.python.org/3/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module>,
but it is available in Python 2.7 as a third-party package
<https://pypi.python.org/pypi/futures>.

Thanks for the answer
>

Thanks for the question. Would you be able to share with us why it is that
you are working with Python 2.7 rather than some version of Python 3? There
are many legitimate <https://hynek.me/articles/python3-2016/> reasons
<http://www.randalolson.com/2015/01/30/python-usage-survey-2014/>, but we'd
like to hear yours.
-Nathaniel

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAEOYnAQEk2FwRduv%3Ds9v2LuMmV7LS3onjsDw7yOpBHyiv7p6Vw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to