Quote:
Originally Posted by turbulent
I came across an error when trying to import a azw eBook. I am using Sigil 0.8.1 with KindleImport_v0.1.1beta. The error message is:
Code:
Status: failed
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\\python\launcher.py", line 137, in launch
self.exitcode = target_script.run(container)
File "C:\Users\xj\AppData\Local\sigil-ebook\sigil\plugins\KindleImport\plugin.py", line 87, in run
from mobi_stuff import mobiProcessor, topaz
File "C:\Users\xj\AppData\Local\sigil-ebook\sigil\plugins\KindleImport\mobi_stuff.py", line 9, in <module>
import kindleunpack.kindleunpack as _mu
ImportError: No module named kindleunpack
Error: No module named kindleunpack
I found the sigil plugins are installed in path "C:\Users\xj\AppData\Local\sigil-ebook\sigil\plugins". Does it mean that I should add "C:\Users\xj\AppData\Local\sigil-ebook\sigil\plugins\KindleImport\kindleunpack" to env variable PYTHONPATH?
|
No. You shouldn't have to do anything like that.
You're sure you've installed the stock beta version from post #26 in this thread with no modifications? You didn't try to upgrade the KindleUnpack core files (in the kindleunpack folder) or anything? Is there an __init__.py file in that kindleunpack folder?
What version of Python are you using?