#11972 closed defect (fixed)
import _local problem with python 2.4.4
Reported by: | alex.greif@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.4.40 |
Keywords: | Cc: | alex.greif@…, roederja | |
Port: |
Description
just installed python24 (2.4.4) with ports and have a problem:
agreif:~ $ python -V Python 2.4.4 agreif:~ $ python Python 2.4.4 (#1, May 17 2007, 19:49:25) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import _locale
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named _locale
This works fine with python24 (2.4.3)
If I look for the _locale.so then I only find it in the 2.4.3 distribution. in the 2.4.4 it is missing
Change History (5)
comment:1 Changed 17 years ago by ralf.ebert@…
comment:4 Changed 17 years ago by roederja
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in r25391. Please re-open if not
comment:5 Changed 17 years ago by roederja
Cc: | alex.greif@… jann@… added |
---|
Note: See
TracTickets for help on using
tickets.
same problem for me: