PrOF-kk / rainmeter-gkeep

A Rainmeter meter to display a Google Keep note
MIT License
10 stars 1 forks source link

Keyring error #6

Closed hamlitbass closed 1 year ago

hamlitbass commented 1 year ago

Hey there, i'm fairly certain everything is installed properly. but I keep getting this error.

Traceback (most recent call last): File "C:\Users\Hamnando\Documents\Rainmeter\Skins\Keep\Keep.py", line 9, in import keyring ModuleNotFoundError: No module named 'keyring'

I don't have 2FA on my google account which could be why perhaps? I'm reluctant to turn it on.

PrOF-kk commented 1 year ago

The keyring library is what's missing, I forgot to add it to the requirements...
pip install keyring should do the trick

PrOF-kk commented 1 year ago

Fixed in https://github.com/PrOF-kk/rainmeter-gkeep/commit/73a78e2205b35f5af9735c2c36f4c5b00e5e1de5