View Single Post
Old 10-02-2020, 02:56 PM   #2333
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,469
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I was noticing that the KoboTouchExtended, Kepub Input, Kepub Output, Kepub Metadata Reader and Kepub Metadata Writer plugins were all removed. An attempt to reinstall gave an ImportError message similar to the one from the KoboTouchExtended driver. This seems to be an issue with the import line in _init_.py.

Code:
from calibre_plugins.kobotouch_extended.device.driver import KOBOTOUCHEXTENDED

from calibre_plugins.kepubin.conversion.kepub_input import KEPUBInput

from calibre_plugins.kepubout.conversion.kepub_output import KEPubOutput

from calibre_plugins.kepubmdwriter.metadata.writer import name KEPUBMetadataWriter

from calibre_plugins.kepubmdwriter.metadata.writer import KEPUBMetadataWriter
Edit: To be a total pain, they will install in debug mode and survive a calibre shutdown and restart into debug mode. A normal calibre startup happily removes them.

Edit2: Running from source does not let me install. See attached image.
Attached Thumbnails
Click image for larger version

Name:	kte_run_source.png
Views:	224
Size:	35.1 KB
ID:	182406  

Last edited by DNSB; 10-02-2020 at 03:13 PM.
DNSB is offline   Reply With Quote