Closed tage64 closed 7 months ago
Hello,
Since Access8Math isn't a command line application, I think it would be possible to get rid of that dependency, right?
The term "command" in error message is just a module named "command" and is not related to a command line application. The issue you are facing is due to the Python version in NVDA Alpha being 3.11 and each version of Python included in NVDA comes with a slightly different standard library, which necessitates some adjustments. I plan to address these changes after the release of NVDA 2024.1 beta, as the API will be more stable by then.
And when this issue is fixed, how can I install this addon from source? It doesn't seem to be a dev-branch for Access8Math in the addon store
Currently, Access8Math does not have a practice of submitting a dev version. However, I will consider doing this in the future.
Best regards, Woody
When updating Access8Math to v3.8 I still get the following error in NVDA 2024.1RC1:
Error importing global plugin Access8Math
Traceback (most recent call last):
File "globalPluginHandler.pyc", line 23, in listPlugins
...
File "C:\Users\Tage\AppData\Roaming\nvda\addons\Access8Math\globalPlugins\Access8Math\lib\mathProcess.py", line 7, in <module>
from py_asciimath.translator.translator import (
File "C:\Users\Tage\AppData\Roaming\nvda\addons\Access8Math\globalPlugins\Access8Math\package\py_asciimath\translator\translator.py", line 5, in <module>
import lxml.etree
ModuleNotFoundError: No module named 'lxml.etree'
As NVDA 2024.1 is coming soon I think this has to be fixed.
Thanks, Tage
I will release v4.0 in a few days, and it will be compatible with NVDA 2024.1.
Access8Math v4.0 is compatible with NVDA 2024.1
Hello,
I run NVDA Alpha and get an import error for optparse when Access8Math is initialized:
Since Access8Math isn't a command line application, I think it would be possible to get rid of that dependency, right?
And when this issue is fixed, how can I install this addon from source? It doesn't seem to be a dev-branch for Access8Math in the addon store.
Best regards, Tage