Closed CyrilleB79 closed 5 months ago
Thanks for the report. Someone else already mentioned that to me and the fix will show up in the next release (hopefully this week).
The reason for the incompatibility is, as you surmised, the switch to python 3.11.
Issue
The add-on claims to be compatible with NVDA 2019.3 onwards.
Testing with 2023.1, I get the following error at startup:
Probably because the .pyd file is a Python 3.11 one, not a 3.7 one.
Solution