You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the yagmail.register command, I get the following message:
(username and password removed for privacy)
yagmail.register("","")
Traceback (most recent call last):
File "", line 1, in
File "/home/pi/oprint/local/lib/python2.7/site-packages/yagmail/password.py", line 37, in register
keyring.set_password("yagmail", username, password)
NameError: global name 'keyring' is not defined
I followed the steps in the readme, first importing yagmail, and then running the register command
The text was updated successfully, but these errors were encountered:
When running the yagmail.register command, I get the following message:
(username and password removed for privacy)
I followed the steps in the readme, first importing yagmail, and then running the register command
The text was updated successfully, but these errors were encountered: