IlyaOvodov/AngelinaReader

Problems with Liblouis

Opened this issue · 0 comments

I noticed that Liblouis has moved from http://liblouis.org to https://liblouis.io/ - please correct this in the installation instructions.

I think it's a great idea to include Liblouis support - I'd like to add Grade-2 support for DE, but unfortunately i ran into problems with the installation procedure described here: https://raw.githubusercontent.com/liblouis/liblouis/master/README.windows
and here: https://github.com/liblouis/liblouis/tree/master/python

Although i could get liblouis.dll and liblouis.lib V3.26.0 compiled and the setup.py script installed the .egg, run_local.py fails with error module 'louis' has no attribute 'backTranslateString'... It seems that the module is not correclty installed, as import louis works but dir(louis) does not show any functions. (I just tried the installation procedure for Windows by now).

Any ideas?