[MacPorts] #45564: python27: platform.mac_ver() fails (was: py27-setuptools @2.3.2: failed to install py27-setuptools)
MacPorts
noreply at macports.org
Wed Oct 22 13:26:53 PDT 2014
#45564: python27: platform.mac_ver() fails
-----------------------------+-------------------
Reporter: xixi.wang577@… | Owner: jwa@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.2
Resolution: | Keywords:
Port: python27 |
-----------------------------+-------------------
Changes (by jmr@…):
* owner: jmr@… => jwa@…
* port: py-setuptools => python27
Comment:
This appears to actually be python27 failing to parse your
/System/Library/CoreServices/SystemVersion.plist.
Start MacPorts python2.7 and run this to confirm:
{{{
import platform
platform.mac_ver()
}}}
That is meant to return something like this:
{{{
('10.10', ('', '', ''), 'x86_64')
}}}
--
Ticket URL: <https://trac.macports.org/ticket/45564#comment:8>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list