pytidylib icon indicating copy to clipboard operation
pytidylib copied to clipboard

Error execute pytidylib in mac osx 10.11 ( El Capitan )

Open saulods opened this issue 10 years ago • 1 comments

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.

saulods avatar Oct 04 '15 22:10 saulods

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 .

rohitagarwal003 avatar Jun 20 '16 07:06 rohitagarwal003