Closed CyrilleB79 closed 4 months ago
A8M claims to be compatible with NVDA 2019.3 onwards. Where did you see this information? I checked the manifest.ini/buildVars.py. The content declares:
- minimumNVDAVersion = 2024.1
- lastTestedNVDAVersion = 2024.2
I have tracked it down to a mismatch between the json version (4.0) and the manifest and actual version (3.8) causing this issue. Maybe I had done experimentations on this add-on in my config. Anyway deinstalling and reinstalling it has fixed the issue.
Maybe this bug was in 3.8 but now in 4.0 the compatibility is OK.
Closing. Sorry for inconvenience.
Issue
A8M claims to be compatible with NVDA 2019.3 onwards.
But when starting the add-on with NVDA 2023.1, there is the following error:
This is due to the walrus operator, not available in Python 3.7.
Solution