Ticket #11931 (closed defect: duplicate)
Python 2.5.1 missing _md5.so
| Reported by: | jarkko.laiho@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | High | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.4 |
| Keywords: | python python25 md5 | Cc: | raimue@… |
| Port: |
Description
Trying to import hashlib results in the following error:
>>> 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
Looking into /opt/local/lib/python2.5/lib-dynload, the file _md5.so is indeed missing. _sha256.so and _sha512.so are there, the only two files I recognize to have something to do with hashlib.
Intel iMac Core Duo, Mac OS X 10.4.9, MacPorts 1.440 according to port -v. Just installed it fresh yesterday.
Change History
Note: See
TracTickets for help on using
tickets.

