View Single Post
Old 07-15-2022, 09:22 AM   #1091
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Philantrop View Post
I still seem to have an issue with 1.17.11:

Code:
Traceback (most recent call last):
  File "calibre/gui2/ui.py", line 135, in __init__
  File "calibre/gui2/ui.py", line 153, in init_iaction
  File "calibre/customize/__init__.py", line 624, 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 203, in exec_module
  File "calibre_plugins.annotations.action", line 51, in <module>
    from calibre_plugins.annotations.annotated_books import AnnotatedBooksDialog
  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 203, in exec_module
  File "calibre_plugins.annotations.annotated_books", line 57, in <module>
    from calibre_plugins.annotations.config import plugin_prefs
  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 203, in exec_module
  File "calibre_plugins.annotations.config", line 46, in <module>
    from calibre_plugins.annotations.appearance import AnnotationsAppearance
  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 203, in exec_module
  File "calibre_plugins.annotations.appearance", line 140, in <module>
    class AnnotationElementsTable(QTableWidget):
  File "calibre_plugins.annotations.appearance", line 153, in AnnotationElementsTable
    FONT.setStyleHint(QFont.TypeWriter)
What is the actual error? That is a stack trace, but, there should be a line or two after that stating what the error is. Usually, I would assume it was a complaint about "QFont.TypeWriter", but, from what I can find, that should be correct.

Also, what were doing when this happened? I looks like you were using "Modify appearance" from the plugins configuration, but, I am not completely sure. And is this under Linux?
davidfor is offline   Reply With Quote