Opened 15 years ago
Closed 15 years ago
#19701 closed defect (wontfix)
python23: _locale doesn't get built
Reported by: | dackze+macports@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | python | Cc: | |
Port: | python23 |
Description
$ python2.3 -c 'import locale; print locale.getpreferredencoding()' Traceback (most recent call last): File "<string>", line 1, in ? File "/opt/local/lib/python2.3/locale.py", line 399, in getpreferredencoding import _locale ImportError: No module named _locale
I see that other Python ports have specific fixes for this. I tried backporting them, without success.
Change History (1)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
python23 removed in r57013