KalebClark / InfoWindow

e-ink raspberry pi reminder system.
40 stars 14 forks source link

todoist #8

Open morningshane opened 3 years ago

morningshane commented 3 years ago

Traceback (most recent call last): File "infowindow.py", line 15, in from mod_todo import mod_todoist as modTodo # TODO File "/home/pi/InfoWindow/mod_todo/mod_todoist.py", line 1, in import todoist ImportError: No module named todoist

I have typed in my todoist API key but still showed this

justcop commented 3 years ago

Try pip install todoist-python in cli before running worked for me