I'm still having some difficulty getting this to work. When I try and "Add Book" to Calibre, I specify the correct path to the document on my Kindle (/run/media/paul/Kindle/documents/...) and it appears to convert without error, but the file I'm left with is a KFX-ZIP file, which the instructions in the first post suggest means that the file import has failed.
I have both this plug in and the DeDRM one installed and calibre has been restarted.
If I run the following command:
Quote:
calibre-debug -r "KFX Input" /run/media/paul/Kindle/documents/Japanese\ Mythology_\ A\ Concise\ Guide\ to\ the\ Gods\,\ Heroes\,\ Sagas\,\ Rituals\ and\ Beliefs\ of\ Japanese\ Myths_B07DYZC2S8.kfx
|
I get the following output:
Quote:
calibre Debug log
calibre 3.28 embedded-python: False is64bit: True
Traceback (most recent call last):
File "/usr/bin/calibre-debug", line 20, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/debug.py", line 266, in main
run_debug_gui(opts.gui_debug)
File "/usr/lib/calibre/calibre/debug.py", line 228, in run_debug_gui
print_basic_debug_info()
File "/usr/lib/calibre/calibre/debug.py", line 196, in print_basic_debug_info
out(platform.platform(), platform.system(), platform.architecture())
File "/usr/lib/python2.7/platform.py", line 1571, in platform
distname,distversion,distid = dist('')
File "/usr/lib/python2.7/platform.py", line 365, in dist
full_distribution_name=0)
File "/usr/lib/python2.7/platform.py", line 334, in linux_distribution
f = open('/etc/'+file, 'r')
IOError: [Errno 20] Not a directory: '/etc/debian_version'
|
Edit: Just to confirm I've updated the KFX plugin since my last post - am now running 1.6.1. Am also running latest DeDRM plugin (6.6.1) if that's relevant.