[MacPorts] #16364: python24 / python25 build without _locale module
MacPorts
noreply at macports.org
Thu Aug 21 15:58:12 PDT 2008
#16364: python24 / python25 build without _locale module
--------------------------------+-------------------------------------------
Reporter: jm.carp at gmail.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords: python24 python25 _locale
--------------------------------+-------------------------------------------
Comment (by ram at macports.org):
Works for me:
{{{
$ which python
/opt/local/bin/python
$ python -V
Python 2.5.2
$ python -c "import locale"
$ python -c "import _locale"
$ port provides /opt/local/lib/python2.5/locale.py
/opt/local/lib/python2.5/locale.py is provided by: python25
$ port provides /opt/local/lib/python2.5/lib-dynload/_locale.so
/opt/local/lib/python2.5/lib-dynload/_locale.so is provided by: python25
$ port installed python25
The following ports are currently installed:
python25 @2.5.2_5+darwin_9 (active)
$
}}}
--
Ticket URL: <http://trac.macports.org/ticket/16364#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list