rr- / drill

A CLI program for learning things through spaced repetition. :dog:
MIT License
96 stars 14 forks source link

Missing howto.txt #2

Closed Perlence closed 7 years ago

Perlence commented 7 years ago

I installed drill via pip and I get this error when I try to read how-to:

FileNotFoundError: [Errno 2] No such file or directory: '/home/sviatoslav/.local/venvs/drillsrs/lib/python3.6/site-packages/drillsrs/data/howto.txt'

You should probably add MANIFEST.in and check in howto.txt there.

rr- commented 7 years ago

Thanks for the report. Employing the tip at http://stackoverflow.com/a/13783919 seemed to work. I released 0.3 that contains the fix suggested there. If it turns out that it doesn't work and one indeed needs MANIFEST.in, I'll create it, but I'd like to avoid creating any extra files in the root directory if possible.

Perlence commented 7 years ago

Thanks, it works now!