Ticket #12586 (closed defect: duplicate)
python25 can't import md5
| Reported by: | yves@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.5.2 |
| Keywords: | Cc: | raimue@… | |
| Port: |
Description
>>> import md5
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/local/lib/python2.5/md5.py", line 6, in <module>
from hashlib import md5
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
Note: See
TracTickets for help on using
tickets.

