pytidylib
pytidylib copied to clipboard
Error execute pytidylib in mac osx 10.11 ( El Capitan )
I'm having trouble running my program in Python after upgrading Mac OSx 10.11 to the new "El Capitan". When I run the program the following error appears:
File "build/bdist.macosx-10.11-intel/egg/tidylib/init.py", line 68, in
OSError: Could not load libtidy using any of these names: libtidy,libtidy.so,libtidy-0.99.so.0,cygtidy-0-99-0,tidylib,libtidy.dylib,tidy
tks for attention.
I encountered that same issue. I found a workaround for it: copying /usr/lib/libtidy.dylib to the directory from where I am running the python program.
cp /usr/lib/libtidy.dylib .