Hello everybody! It is my first post here... :-)
So, today I have noticed I don't have my KoboTouchExtended driver installed any more, so I went to install it, but it kept refusing installation because of some error. I have also tried to install from the latest zip file on this thread, and I get the same error, namely:
Code:
calibre, version 4.99.4
ERROR: Unhandled exception: <b>ImportError</b>:cannot import name 'KOBOTOUCHEXTENDED' from 'calibre_plugins.kobotouch_extended.device.driver' (<calibre Plugin Loader>)
calibre 4.99.4 embedded-python: False is64bit: True
Linux-5.4.0-28-generic-x86_64-with-glibc2.29 Linux ('64bit', 'ELF')
('Linux', '5.4.0-28-generic', '#32-Ubuntu SMP Wed Apr 22 17:40:10 UTC 2020')
Python 3.8.2
Interface language: hr
Successfully initialized third party plugins: Kobo Books (1, 8, 0) && Kobo Utilities (2, 11, 0) && Obok DeDRM (6, 5, 4)
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 319, in add_plugin
plugin = add_plugin(path)
File "/usr/lib/calibre/calibre/customize/ui.py", line 472, in add_plugin
plugin = load_plugin(path_to_zip_file)
File "/usr/lib/calibre/calibre/customize/ui.py", line 61, in load_plugin
return loader.load(path_to_zip_file)
File "/usr/lib/calibre/calibre/customize/zipplugin.py", line 200, in load
reload(m)
File "/usr/lib/calibre/polyglot/builtins.py", line 123, in reload
return importlib.reload(module)
File "/usr/lib/python3.8/importlib/__init__.py", line 169, in reload
_bootstrap._exec(spec, module)
File "<frozen importlib._bootstrap>", line 602, in _exec
File "/usr/lib/calibre/calibre/customize/zipplugin.py", line 184, in load_module
exec(compiled, mod.__dict__)
File "calibre_plugins.kobotouch_extended.__init__", line 9, in <module>
ImportError: cannot import name 'KOBOTOUCHEXTENDED' from 'calibre_plugins.kobotouch_extended.device.driver' (<calibre Plugin Loader>)
Any idea about it?
I am using Kubuntu 20.04, if it is relevant.