Pantera は Python 2.4 で動作するため、Python 2.4.4 をソースからインストールする。 # cd /usr/local/src/ # wget http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz # tar xvzf Python-2.4.4.tgz # cd Python-2.4.4 # ./configure --prefix=/usr/local/python24 # make # make install # ln -s /usr/local/python24 /usr/local/python