tmilovanov / wisecreator

Utility for adding word wise information to non amazon books
319 stars 53 forks source link

fix linux 32 64bit system and add execute permission to mobitool #31

Closed nqhung291 closed 4 years ago

nqhung291 commented 4 years ago
  1. When running tool from source, i see the bug: "Errno 13: Permission denied: '~/wisecreator/venv/lib/python3.8/site-packages/wisecreator/third_party/mobitool-linux-i386" due to lacking execute permission of mobitool-linux package. Then i add the permission and everything is okay
  2. Also i matched mobitool path correctly to OS architecture. 32bit use i386 and 64bit use x86_64 package