[issue14602] OSX Build Target

Martin v. Löwis report at bugs.python.org
Tue Apr 17 03:26:17 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

Please understand that the bug tracker is not a place to ask questions; use python-list at python.org for that. To still answer your last question: newbie OSX developers are advised to prefer released versions of Python, as they will have build issues fixed that occur during development. In the specific case, a released version wouldn't even attempt to run asdl_c.py.

What README did you read, and what web page? What specific build steps did you then perform to produce this error? What specific revision did you try to build?

ISTM that the error doesn't originate from the Python you are trying to build, but from Apple's Python build, which apparently cannot work with MACOSX_DEPLOYMENT_TARGET being set.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14602>
_______________________________________


More information about the Python-bugs-list mailing list