Quote:
Originally Posted by gesundheit
Thanks for the plugin, though I think I found a small issue.
Line 49 of kfx_input/kfxlib/yj_book.py is from calibre.constants import config_dir, the result being that you can't import kfxlib without calibre.
(I'm assuming you're going for calibre-less compatibility since every other from calibre ... import has try-catch guards.)
|
Thanks for pointing that out. I have tried to make kfxlib be independent of calibre as much as possible. I will fix that in the next release of the plugin.