0.2.0-beta.1 Python build
Two windows binaries:
- A 64 bit build built with python 3.10 (also works for 3.11)
- A 32 bit build built with 32 bit python 3.7 (used by NVDA)
Additionally, there is a small python file that shows how to call MathCAT for speech. To use it, unzip Rules.zip into the same dir that has test.py.
Note: the Rules dir can be anywhere. The first call to MathCAT should be to set its location (see test.py).
If you get the error message
ImportError: DLL load failed while importing libmathcat: The specified procedure could not be found.
It is likely you are trying to use an incompatible python version (if you start python from the command line, it will tell you the version and bitness).