Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Louis helper/Python 3.8: call os.add_dll_directory when importing lib…
…luis DLL. Python 3.8 adds os.add_dll_directory to securely load DLL's from known locations, which affects Louis helper when trying to load liblouis.dll from NVDA executable folder. Therefore add NVDA executable path to known DLL directories through os.add_dll_directory, which resolves ModuleNotFoundError.
- Loading branch information