Going back to the original python error messages.
Because of a lack of a other working hypotheses, let's assume the original python error messages are somehow valid.
Is there a way to on Windows to test Sigil's embedded python interpreter directly from the command line?
If so I would love to fire it up and test the following:
import unicodedata
Just to be sure it can be imported and exists. If so, we can modify sigil_bs4 to import unicodedata first thing in its __init__.py code and then see what happens.
|