Opened 16 years ago

Last modified 15 years ago

#15410 closed defect

linkchecker does not work on Mac OS X 10.4.11 after installing — at Initial Version

Reported by: macports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: linkchecker

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

Change History (0)

Note: See TracTickets for help on using tickets.