kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.66k stars 265 forks source link

Module not working #74

Closed Tomislav12321321313 closed 7 years ago

Tomislav12321321313 commented 7 years ago

2017-06-16-123249_1920x1080_scrot

I installed it and tried to run the script but i always get this issue.

kootenpv commented 7 years ago

You probably installed yagmail with a different python version.

You could try:

python -m pip install yagmail
python -c "import yagmail; print('No problems')"
Tomislav12321321313 commented 7 years ago

thanks for fast answer, but i already solved it.