07-03-2022, 06:47 AM | #1081 | |
Wizard
Posts: 1,067
Karma: 1221485
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite
|
Quote:
|
|
07-08-2022, 11:59 PM | #1082 |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Update to version 1.17.8
I have just updated the plugin to version 1.17.8. This is a bug fix for calibre 6/Qt6 compatibility. There are no changes to the function. Or from the last beta.
The change list is:
As usual, calibre will announce the update in the next hour or so. And if there are any problems, please report them here. |
Advert | |
|
07-10-2022, 10:26 AM | #1083 |
Wizard
Posts: 1,067
Karma: 1221485
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite
|
Hi, @davidfor.
When fetching annotations, I can't use the check boxes nor use "Set All/Clear All" (it has no effect). And, when I click "Import Annotations", I get an error at the end of the process: Code:
Traceback (most recent call last): File "calibre_plugins.annotations.action", line 328, in fetch_device_annotations File "calibre_plugins.annotations.action", line 1185, in process_selected_books File "calibre_plugins.annotations.common_utils", line 436, in __init__ AttributeError: type object 'QKeySequence' has no attribute 'Copy' |
07-11-2022, 12:26 AM | #1084 | ||
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
Quote:
|
||
07-11-2022, 05:34 AM | #1085 | |
Wizard
Posts: 1,067
Karma: 1221485
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite
|
Quote:
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' This is the 436 line code: Code:
self.copy_action.setShortcuts(QKeySequence.Copy) |
|
Advert | |
|
07-11-2022, 08:35 AM | #1086 | |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
I'll get that fixed, but, I want to look at the checkbox problem first. |
|
07-13-2022, 10:20 AM | #1087 |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Update to version 1.17.10
I have just updated the plugin to version 1.17.10. This is mainly to fix some compatibility issues with calibre 6/Qt6.
The release notes are:
Hopefully that is all the Qt6 issues, but, there is probably something lurking hidden away. As usual, calibre will announce the update in the next hour or so. And if any problems are found, please report them here. |
07-13-2022, 11:36 AM | #1088 |
Wizard
Posts: 1,067
Karma: 1221485
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite
|
This error is still present. I think it should be "QKeySequence.StandardKey.Copy", without the plural.
|
07-14-2022, 04:58 AM | #1089 | |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
My fault. I didn't test that as for the Kobo devices it doesn't need to do the check. But, there is a way to do it, so I have checked it this time. The update is up. The only change is to fix this. We'll see what else I missed. |
|
07-15-2022, 08:22 AM | #1090 |
Addict
Posts: 296
Karma: 32153
Join Date: Dec 2008
Device: Kindles (e-ink)
|
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) |
07-15-2022, 09:22 AM | #1091 | |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
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? |
|
07-15-2022, 09:54 AM | #1092 |
Grand Sorcerer
Posts: 12,017
Karma: 7257323
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
|
07-15-2022, 01:07 PM | #1093 |
Grand Sorcerer
Posts: 6,388
Karma: 12117217
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
|
|
07-16-2022, 06:30 AM | #1094 |
Addict
Posts: 296
Karma: 32153
Join Date: Dec 2008
Device: Kindles (e-ink)
|
At the bottom of the stacktrace:
AttributeError: type object 'QFont' has no attribute 'TypeWriter' [Edit: Oops, that somehow got cut off, sorry!] This is simply during Calibre's start-up. The entire plugin is unavailable due to that error. It is, Fedora 36. |
07-16-2022, 10:57 AM | #1095 |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
As @chaley said, it is another enum error. That was my first thought, but, when I went looking for what the enum would be called, I couldn't find it and what was in the code seemed to be right. But, I've updated a Ununtu VM today and have the same error. I'll fix it tomorrow.
|
Tags |
sampleexportingapp |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 06:06 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 08:39 AM |
[GUI Plugin] Annotations (closed) | GRiker | Plugins | 68 | 06-17-2014 06:11 AM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |