View Single Post
Old 11-02-2014, 06:15 AM   #55
turbulent
Member
turbulent began at the beginning.
 
Posts: 14
Karma: 10
Join Date: May 2014
Device: kindle paperwhite
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?
turbulent is offline   Reply With Quote