I have an App Engine project which Iād like to start using SendGrid with. I downloaded and installed the library and I can import sendgrid
normally from the Python terminal. However, when I type import sendgrid
in the GAE code, it gives me the following error message:
import sendgrid
ImportError: No module named sendgrid
I downloaded the SendGrid folder from GitHub and put it in the lib directory of my project. What am I missing?