mac python

2.5 → 2.6にした。
ysd_mskの日記:mac osxでpython - livedoor Blog(ブログ)

$ python --version
Python 2.5.1

$ sudo port install python26
$ sudo port install python_select
$ sudo python_select python26

$ python --version
Python 2.6.2