tmilovanov / wisecreator

Utility for adding word wise information to non amazon books
317 stars 52 forks source link

Got error message "ModuleNotFoundError: No module named 'cursor'" #8

Closed bachmx closed 5 years ago

bachmx commented 6 years ago

I tried to run in MacOs and terminal tell me that:

File "/Users/bachmx/Downloads/wisecreator/main.py", line 13, in import cursor ModuleNotFoundError: No module named 'cursor'

How can i fix it?

tmilovanov commented 6 years ago

Try to install python module named 'cursor': python -m pip install cursor

bachmx commented 6 years ago

Thank you! It's working!