wummel / linkchecker

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

Error on running linkchecker | ImportError: No module named linkcheck #490

Open prafullk12 opened 10 years ago

prafullk12 commented 10 years ago

Hi Wummel,

After updating to python 2.7 version yum is not working and new error is shown

[root@localhost LinkChecker-9.0]# linkchecker Traceback (most recent call last): File "/usr/bin/linkchecker", line 30, in import linkcheck ImportError: No module named linkcheck

or as per your syntex

[root@localhost LinkChecker-9.0]# /usr/bin/python /usr/bin/linkchecker Traceback (most recent call last): File "/usr/bin/linkchecker", line 30, in import linkcheck ImportError: No module named linkcheck

Can you please have a look! Thanks in advance!!

wummel commented 10 years ago

It seems you have somehow installed linkchecker for python 2.6. You should remove it, then reinstall it with python 2.7.