View Single Post
Old 07-11-2022, 08:35 AM   #1086
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 thiago.eec View Post
Sorry about that. I use a modified version for dark mode compatibility.
Here is the real error on the released version:

Code:
Traceback (most recent call last):
  File "calibre_plugins.annotations.action", line 324, in fetch_device_annotations
  File "calibre_plugins.annotations.action", line 1177, in process_selected_books
  File "calibre_plugins.annotations.common_utils", line 436, in __init__
AttributeError: type object 'QKeySequence' has no attribute 'Copy'
Actually, the line number is still 436 (only the other ones changed).
This is the 436 line code:
Code:
        self.copy_action.setShortcuts(QKeySequence.Copy)
That is the line I was expecting. That should be using "QKeySequence.StandardKeys.Copy".

I'll get that fixed, but, I want to look at the checkbox problem first.
davidfor is offline   Reply With Quote