mklymyshyn / django-dtpanel-htmltidy

Custom panel form Django Debug Toolbar which display HTML Validation errors and warnings
BSD 3-Clause "New" or "Revised" License
45 stars 8 forks source link

oserror in webarticle2text.py #5

Closed udit2bhatt closed 12 years ago

udit2bhatt commented 12 years ago

i am trying to run the project webarticle2text.py on my windows 7 pc.

i have download Python2.7,pytidylib file and chardet on my pc.

i am encountering an error as

c:\wamp\www\Extractor>python webarticle2text.py http://www.linuxblog.com >> output.txt Traceback (most recent call last): File "webarticle2text.py", line 4, in from tidylib import tidy_document File "C:\Python27\lib\site-packages\tidylibinit.py", line 71, in

raise OSError("Could not load libtidy using any of these names: %s" % (",".j

oin(LIB_NAMES))) OSError: Could not load libtidy using any of these names: libtidy,libtidy.so,lib tidy-0.99.so.0,cygtidy-0-99-0,tidylib,libtidy.dylib,tidy

now what should i do. any help will be appreciated. Thank You....

mklymyshyn commented 12 years ago

I think it's related to pytidylib python package. Please, try install pytidylib and use it. Here is more