For example trying to run fontTools on Jython or PyPy fails because they don't have a numpy module. However, the error is caught by the getTableModule() and instead DefaultTable used for tables that use numpy in their implementation. Fix that.
For example trying to run fontTools on Jython or PyPy fails because they don't have a numpy module. However, the error is caught by the getTableModule() and instead DefaultTable used for tables that use numpy in their implementation. Fix that.