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
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!!