wummel / linkchecker

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

lognamelist #666

Closed GabrielGabor closed 8 years ago

GabrielGabor commented 8 years ago

Hi,

I just installed linkchecker as described here:

sudo pip install LinkChecker

If I try to get the version as the root user, I get the following error:

Traceback (most recent call last): File "/usr/bin/linkchecker", line 283, in <module> {"lognamelist": linkcheck.lognamelist}) AttributeError: 'module' object has no attribute 'lognamelist'

For any other user, the version is displayed correctly: $ linkchecker --version

INFO 2016-06-29 17:54:33,487 MainThread Checking intern URLs only; use --check-extern to check extern URLs. LinkChecker 9.3 released 16.7.2014 Copyright (C) 2000-2014 Bastian Kleineidam

Any way to fix this ?

Thanks, Gabriel