View Single Post
Old 01-07-2021, 03:25 PM   #36
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,939
Karma: 6361444
Join Date: Nov 2009
Device: many
Your screenshot shows that your original error message was in fact correct. For some strange reason the DLL that is needed for the python3.8 unicodedata module can not be found.

One thing you could try is to download and install Python 3.8.3 from www.python.org and install it and then open a command prompt to fire up that just added version of Python 3.8.3 (not the one in the Sigil folder) and try the:

import unicodedata

test again and see if you get the same error message.
KevinH is online now   Reply With Quote