#14527: python25: hashlib module broken -----------------------------------+---------------------------------------- Reporter: reiffert@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: python25 hashlib | -----------------------------------+---------------------------------------- g4:~ thomas$ python2.5 Python 2.5.2 (r252:60911, Feb 29 2008, 16:18:01) [GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import hashlib Traceback (most recent call last): File "<stdin>", line 1, in <module> 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
We need this to work out for python30-doc as the Docs get build by python25 and import urllib2. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14527> MacPorts </projects/macports> Ports system for Mac OS