|
Access-Aide Issue
I have been away from using Sigil for a few months and had to re-install Sigil and Access-Aide on a new computer. I ran into this problem the first time I used access-aide in a while.
I wonder if I have missed something during the installation. Here is the error message I get.
C:\Users\jhswi\AppData\Local\sigil-ebook\sigil\plugins\Access-Aide\plugin.py:260: SyntaxWarning: invalid escape sequence '\s'
whitespace_re = re.compile("\s+")
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 142, in launch
self.exitcode = target_script.run(container)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "C:\Users\jhswi\AppData\Local\sigil-ebook\sigil\plugins\Access-Aide\plugin.py", line 471, in run
naltlist = GUIUpdateFromList("Update Alt Text for Each Image", altlist, basewidth)
File "C:\Users\jhswi\AppData\Local\sigil-ebook\sigil\plugins\Access-Aide\accessgui.py", line 38, in GUIUpdateFromList
ls = updateList(localRoot, title, list, basewidth)
File "C:\Users\jhswi\AppData\Local\sigil-ebook\sigil\plugins\Access-Aide\accessgui.py", line 102, in __init__
aimg = resize_image_copy(self.basewidth, img)
File "C:\Users\jhswi\AppData\Local\sigil-ebook\sigil\plugins\Access-Aide\accessgui.py", line 33, in resize_image_copy
return ImageTk.PhotoImage(image.resize((basewidth, newheight), Image.ANTIALIAS))
^^^^^^^^^^^^^^^
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
Error: module 'PIL.Image' has no attribute 'ANTIALIAS'
|