Hi all, I'm trying to connect from a Python 2.7 AppEngine Standard app to a gRPC server. I've seen in a few places (including this group <https://groups.google.com/d/msg/google-appengine/Yl7E0Ff7uH8/lxU5VInHBQAJ>) that this should be possible.
Unfortunately, I am unable to import grpc, due to an import error (ImportError: cannot import name cygrpc). Two questions: 1) Should it be possible to send a request from GAE Standard to a gRPC server? 2) If so, does anyone have a code snippet or example of how to do this? Thanks for your help Dan -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1bad826f-3ba0-402e-9b68-920af6d79d66%40googlegroups.com.
