Ticket #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@…, jann@… | |
| 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
Note: See
TracTickets for help on using
tickets.

