Skip to content

0.2.0-beta.1 Python build

Choose a tag to compare

@NSoiffer NSoiffer released this 17 Feb 00:31
· 512 commits to main since this release

Two windows binaries:

  1. A 64 bit build built with python 3.10 (also works for 3.11)
  2. 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).