It's MacOS, python 2.7.10
Traceback (most recent call last):
File "webpage2html.py", line 396, in
main()
File "webpage2html.py", line 391, in main
sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())
AttributeError: 'file' object has no attribute 'detach'
It's MacOS, python 2.7.10
Traceback (most recent call last):
File "webpage2html.py", line 396, in
main()
File "webpage2html.py", line 391, in main
sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())
AttributeError: 'file' object has no attribute 'detach'