Only one report (cannot import name 'QTextToSpeech' from 'qt.core' (/usr/lib/calibre/qt/core.py)), on which I have to investigate better, but I have some problems with TTS of Calibre on Plasma, given that I use GTTS-CLI (It still works on Foliate; it still works from firefox connected to calibre by localhost; on ocular I'm not sure,... it seems to me more Mimic or something different from GTTS-CLI but maybe it's a different problem)
I'm not even sure that the problem was born now with this last update....
calibre, version 7.23.0
ERRORE: Eccezione non gestita: <b>ImportError</b>:cannot import name 'QTextToSpeech' from 'qt.core' (/usr/lib/calibre/qt/core.py)
calibre 7.23 embedded-python: False
Linux-6.12.5-311.current-x86_64-with-glibc2.40 Linux ('64bit', 'ELF')
('Linux', '6.12.5-311.current', '#1 SMP PREEMPT_DYNAMIC 2024-12-18')
Python 3.11.11
Interface language: it
EXE path: /usr/bin/python3
Successfully initialized third party plugins: ...(most recent call last):
File "/usr/lib/calibre/calibre/gui2/viewer/tts.py", line 42, in action
getattr(self, action)(data)
File "/usr/lib/calibre/calibre/gui2/viewer/tts.py", line 46, in play
self.manager.speak_marked_text(data['marked_text'])
^^^^^^^^^^^^
File "/usr/lib/calibre/calibre/gui2/viewer/tts.py", line 25, in manager
from calibre.gui2.tts.manager import TTSManager
File "/usr/lib/calibre/calibre/gui2/tts/manager.py", line 9, in <module>
from qt.core import QApplication, QDialog, QObject, QTextToSpeech, pyqtSignal
ImportError: cannot import name 'QTextToSpeech' from 'qt.core' (/usr/lib/calibre/qt/core.py)