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....
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
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....