When try to import, I got the error :
Import failed. Debugging info:
Traceback (most recent call last):
File “aqt/importing.py”, line 203, in on_done
File “concurrent/futures/_base.py”, line 432, in result
File “concurrent/futures/_base.py”, line 388, in __get_result
File “concurrent/futures/thread.py”, line 57, in run
File “anki/importing/noteimp.py”, line 82, in run
File “/Users/cma/Library/Application Support/Anki2/addons21/46741504/noteImporter.py”, line 56, in importNotes
n.fields[c] = html.escape(n.fields[c])
NameError: name ‘html’ is not defined
Seems to be missing a python module in the package ?
Thanks.