Skip to content Skip to sidebar Skip to footer

Sendgrid Google App Engine Python Distributionnotfound

I am integrating Sendgrid into a Google App Engine Python project. Sendgrid is installed through pip, and from the shell command line, functions correctly. I have copied the sendgr

Solution 1:

Thanks to the guys at sendgrid-python this issue is resolved, with an update to sendgrid-python.

4 steps:

  • 'pip install sendgrid'
  • 'pip install smtpapi'
  • copy sendgrid folder and smtpapi folder into your GAE directory
  • move smtpapi folder into sendgrid folder - example code from github sendgrid-python now executes correctly and how you have sendgrid functionality for GAE.

Hope this helps someone.

Post a Comment for "Sendgrid Google App Engine Python Distributionnotfound"