I googled the following and it appears to be a python3 "random" bug from what I can tell:
SyntaxError: (unicode error) \N escapes not supported (can't load unicodedata module)
It is really strange.
Are you sure you are using the python version that part of Sigil, and that you do not have an older or newer version of python3.x installed someplace on your system that is somehow being found in your path first?
This bug seems to hit only some users but was supposed to finally be fixed in Python 3.8.0 alpha.
|