Ticket #12369 (reopened defect)
Split python25 into python25-core and modules
| Reported by: | nirs@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Enhancements |
| Component: | ports | Version: | |
| Keywords: | Cc: | raimue@…, nirs@…, mww@…, nox@… | |
| Port: |
Description
$ python2.5
Python 2.5.1 (r251:54863, Jul 29 2007, 14:28:00)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sha
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/local/lib/python2.5/sha.py", line 6, in <module>
from hashlib import sha1 as sha
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
>>>
sha is important core module, many apps will break without it.
There was no problem with Python 2.5.0.
Environment: Mac OS X 10.4.8
Change History
Note: See
TracTickets for help on using
tickets.

