sendgrid / sendgrid-python

The Official Twilio SendGrid Python API Library
https://sendgrid.com
MIT License
1.53k stars 711 forks source link

how to solve error on library not found #890

Closed soumilshah1995 closed 4 years ago

soumilshah1995 commented 4 years ago

Hello this is for everyone who has error saying module not Found How to make it work

app/ ----->demo ------>sendgrid folder

download the zip file and copy just the folder and paste it in you directory where the file lies this should work

it seems like problem with this is Path its not able to find the path

either you can manually do sys.path.append() or use this hack

childish-sambino commented 4 years ago

Thanks for the info @soumilshah1995