Trying to load tidy
with HTML Tidy installed on Windows raises the error OSError: Couldn't find libtidy, please make sure it is installed.
. I fixed this by renaming "tidy"
in:
LIBNAMES = (
# Linux
"libtidy.so",
# MacOS
"libtidy.dylib",
# Windows
"tidy",
# Cygwin
"cygtidy-0-99-0",
# Linux, full soname
"libtidy-0.99.so.0",
# Linux, full soname
"libtidy-0.99.so.0.0.0",
# HTML tidy
"libtidy.so.5",
# Linux, HTML tidy v5.8
"libtidy.so.58",
# Debian changed soname
"libtidy.so.5deb1",
# Windows?
"libtidy",
# Windows?
"tidylib",
)
To "C:/Program Files/tidy 5.8.0/bin/tidy.dll"
.
Renaming to "tidy.dll"
did not work despite "C:/Program Files/tidy 5.8.0/bin"
being in my PATH
.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too