wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.41k stars 233 forks source link

LookupError: unknown encoding: cp65001 #773

Open dgaravaldi opened 4 years ago

dgaravaldi commented 4 years ago

I've installed LinkChecker 9.3 on Windows 10 (V1903, OS Build 18362.239). I cannot start LinkChecker neither by double clicking on the icon nor from the command line. The output from the command line is: C:\Program Files (x86)\LinkChecker>linkchecker --version Traceback (most recent call last): File "linkchecker", line 36, in File "linkcheck\cmdline.pyo", line 24, in File "linkcheck\director__init__.pyo", line 25, in File "linkcheck\director\aggregator.pyo", line 30, in File "linkcheck\director\status.pyo", line 19, in File "linkcheck\director\task.pyo", line 20, in File "linkcheck\director\console.pyo", line 27, in File "linkcheck\i18n.pyo", line 198, in get_encoded_writer File "codecs.pyo", line 991, in getwriter LookupError: unknown encoding: cp65001

My python version is Python 2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)] on win32

I hope you'll find some solution. Best regads Daniel.