先ず、最初に Python をインストールする必要あり $ wget http://www.python.jp/pub/ftp.python.org/python/2.4.3/Python-2.4.3.tar.bz2 $ tar jxf Python-2.4.3.tar.bz2 $ cd Python-2.4.3/ $ ./configure --prefix=/usr $ make # make install python2.4は不要なので削除する $ cd /usr/bin/ $ ls -lt | head $ rm python2.4 $ strip -p python そして、TurboGears のインストール # ... Lire la suite