Installing Python 2.5.2 On Os X 10.6
I am installing Python 2.5.2 on my Mac (OSX 10.6). I downloaded the source, ran ./configure, and then ran make. I received this error: gcc -c -fno-strict-aliasing -Wno-long-double
Solution 1:
See my answer here. While you can build it from scratch with the suggested patches, it may be a lot easier to just download a prebuilt installer from python.org as suggested there.
Post a Comment for "Installing Python 2.5.2 On Os X 10.6"