View Single Post
Old 09-29-2021, 01:10 PM   #64
SoccerDad91016
Enthusiast
SoccerDad91016 began at the beginning.
 
SoccerDad91016's Avatar
 
Posts: 34
Karma: 10
Join Date: Aug 2014
Device: Kindle Paperwhite, Kindle Fire HD 8, Microsoft Surface Go 3
Getting the following error when trying to install v0.10.7 of the plugin

calibre, version 5.26.0
ERROR: Unhandled exception: <b>SyntaxError</b>:Missing parentheses in call to 'print'. Did you mean print(result_text)? (calibre_plugins.comicvine.source, line 62)

calibre 5.26 embedded-python: True is64bit: True
Linux-4.4.180+-x86_64-with-glibc2.2.5 Linux ('64bit', '')
('Linux', '4.4.180+', '#41890 SMP Thu Jul 15 03:37:40 CST 2021')
Python 3.8.5
Interface language: None
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 43, 0) && Package KFX (from KFX Input) (1, 43, 0) && Action Chains (1, 13, 2) && Embed Comic Metadata (1, 6, 1) && Find Duplicates (1, 8, 10) && Goodreads (1, 5, 1) && KFX metadata reader (from KFX Input) (1, 43, 0) && KFX Input (1, 43, 0) && Reading List (1, 7, 6)
Traceback (most recent call last):
File "calibre/gui2/preferences/plugins.py", line 327, in add_plugin
File "calibre/customize/ui.py", line 477, in add_plugin
File "calibre/customize/ui.py", line 65, in load_plugin
File "calibre/customize/zipplugin.py", line 293, in load
File "importlib/__init__.py", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "calibre/customize/zipplugin.py", line 192, in exec_module
File "calibre_plugins.comicvine.__init__", line 4, in <module>
from calibre_plugins.comicvine.source import Comicvine
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "calibre/customize/zipplugin.py", line 185, in exec_module
File "calibre/customize/zipplugin.py", line 181, in get_code
File "calibre_plugins.comicvine.source", line 62
print result_text
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(result_text)?
SoccerDad91016 is offline   Reply With Quote