Installing Python 2.4 on Leopard
April 06, 2008 at 07:35PM
Today I wanted to try out plone. Unfortunately the python that comes bundled with Mac OS 10.5 isn’t liked by the tarball. More unfortunate is that the python 2.4 tarball has an error with the setpgrp argument. Specifically that none of the arguments are assigned.
There is a solution to this problem
When you se the config you must include the os deployment target like so -
./configure “insert-args-here” MACOSX_DEPLOYMENT_TARGET=10.5
Hope that helps.
Also I must download coderay bronto
Comments (0)
