You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 butdir(louis)
does not show any functions. (I just tried the installation procedure for Windows by now).Any ideas?
The text was updated successfully, but these errors were encountered: