webpage2html
webpage2html copied to clipboard
Fails with error
It's MacOS, python 2.7.10
Traceback (most recent call last):
File "webpage2html.py", line 396, in
same here
same here
Just change sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) to sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
and you should be good to go :)