I used this plugin for years but now it doesn't seem to work for me.
Nowadays I installed Calibre via
Flatpak (
flatpak install flathub com.calibre_ebook.calibre).
Could it be related to that?
I see also errors in the console:
Spoiler:
File "calibre_plugins.exlibris_plugin.main", line 179
self.include_spine.setText(str(newRow + 1))
^
TabError: inconsistent use of tabs and spaces in indentation
Traceback (most recent call last):
File "calibre_plugins.extract_isbn.common_utils", line 18, in <module>
from PyQt5.Qt import (Qt, QIcon, QPixmap, QLabel, QDialog, QHBoxLayout,
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (/app/lib/calibre/lib/calibre-extensions/python-lib.bypy.frozen/qt/core.pyc)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/gui2/ui.py", line 137, in __init__
File "calibre/gui2/ui.py", line 155, in init_iaction
File "calibre/customize/__init__.py", line 612, in load_actual_plugin
File "importlib/__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "calibre/customize/zipplugin.py", line 206, in exec_module
File "calibre_plugins.extract_isbn.action", line 16, in <module>
import calibre_plugins.extract_isbn.config as cfg
File "calibre/customize/zipplugin.py", line 206, in exec_module
File "calibre_plugins.extract_isbn.config", line 24, in <module>
from calibre_plugins.extract_isbn.common_utils import KeyValueComboBox, KeyboardConfigDialog
File "calibre/customize/zipplugin.py", line 206, in exec_module
File "calibre_plugins.extract_isbn.common_utils", line 24, in <module>
from PyQt4 import QtGui
ModuleNotFoundError: No module named 'PyQt4'
Traceback (most recent call last):
File "calibre_plugins.goodreads_sync.common_utils", line 18, in <module>
from PyQt5.Qt import (Qt, QIcon, QPixmap, QLabel, QDialog, QHBoxLayout, QProgressBar,
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (/app/lib/calibre/lib/calibre-extensions/python-lib.bypy.frozen/qt/core.pyc)
PS: Thank you for creating and maintaining the plugin.
It was always a reliable companion for me