*** This library requires that you have two libraries *** *** installed: ctypes and libtidy. *** *** Please make sure they are installed correctly *** *** before reporting a bug. *** *** See: *** *** http://starship.python.net/crew/theller/ctypes/ *** *** and http://tidy.sourceforge.net *** *** (or consult your vendor documentation for binary *** *** packages.) import tidy, i got the following error: >>> import tidy Traceback (most recent call last): File "<stdin>", line 1, in ? File "tidy/__init__.py", line 43, in ? from tidy.lib import parse, parseString File "tidy/lib.py", line 33, in ? raise OSError("Couldn't find libtidy, please make sure it is installed.") OSError: Couldn't find libtidy, please make sure it is installed.
I can import tidy without errors.And about the error , libtidy belongs to app-text/htmltidy.If it's not installed , then that should be the problem , if it is can you tell me what version of htmltidy do you have? Regards,
Well, I have to say as well: It works here. So if it still fails, you'll have to provide more information.