tmilovanov / wisecreator

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

KindleUnpack lib error #47

Closed gallexy closed 2 years ago

gallexy commented 2 years ago

version 1.1 worked well, but when I try the latest version(2.0), It reported cannot find lib.unpackBook

testbooks liu$ wisecreator orson.mobi Traceback (most recent call last): File "/Users/liu/pyproject/wisecreator2/env/bin/wisecreator", line 5, in from wisecreator.main import main File "/Users/liu/pyproject/wisecreator2/env/lib/python3.9/site-packages/wisecreator/main.py", line 14, in from wisecreator import book as ww_book File "/Users/liu/pyproject/wisecreator2/env/lib/python3.9/site-packages/wisecreator/book.py", line 12, in from wisecreator.third_party.KindleUnpack.lib.kindleunpack import unpackBook ModuleNotFoundError: No module named 'wisecreator.third_party.KindleUnpack'

gallexy commented 2 years ago

I checked the source code of KindleUnpack, but can not find any directory named lib, only libgui there.

gallexy commented 2 years ago

I found it from original KindleUnpack repository: https://github.com/kevinhendricks/KindleUnpack. It works well.