#15410: linkchecker does not work on Mac OS X 10.4.11 after installing -------------------------------+-------------------------------------------- Reporter: macports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | Port: linkchecker -------------------------------+-------------------------------------------- Changes (by macsforever2000@…): * port: => linkchecker Old description:
I just installed linkchecker on Mac OS X 10.4.11. The package pulled in python25 as a dependency. However, I see the following error when I try to execute linkchecker:
Dragon:~ mike$ linkchecker Traceback (most recent call last): File "/opt/local/bin/linkchecker", line 37, in <module> import linkcheck.checker File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/__init__.py", line 31, in <module> import linkcheck.checker.fileurl File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/fileurl.py", line 26, in <module> import urllib2 File "/opt/local/lib/python2.5/urllib2.py", line 91, in <module> import hashlib File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/opt/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5
New description: I just installed linkchecker on Mac OS X 10.4.11. The package pulled in python25 as a dependency. However, I see the following error when I try to execute linkchecker: {{{ Dragon:~ mike$ linkchecker Traceback (most recent call last): File "/opt/local/bin/linkchecker", line 37, in <module> import linkcheck.checker File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/__init__.py", line 31, in <module> import linkcheck.checker.fileurl File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/fileurl.py", line 26, in <module> import urllib2 File "/opt/local/lib/python2.5/urllib2.py", line 91, in <module> import hashlib File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/opt/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5 }}} -- Comment: I do not see this problem on Mac OS X 10.6. I do not have py25-hashlib or py26-hashlib installed. But I am able to run linkchecker with no problems. -- Ticket URL: <http://trac.macports.org/ticket/15410#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS