[Python-Dev] Fwd: Broken link to download (Mac OS X)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 14 23:32:07 CEST 2010


Michael Foord wrote:
> Building Python requires, I 
> believe, the XCode development tools to be installed. Even then, 
> building a full version of Python - with *all* the C extensions that are 
> part of a Python release - is not a trivial task.

What's non-trivial about it? I usually find that the normal
"./configure; make; make install" sequence works fine without
any further intervention.

If you want a framework installation you have to read the
README and use a couple of extra options, but it still works
very smoothly.

-- 
Greg


More information about the Python-Dev mailing list