動作例はこんな感じ --> http://reguzy.jp/ 基本的に TracDoc/SakuraInternet - HirobeのHack倉庫 - Trac を参考にしてます。 前提 virtual-python と easy_install が便利なので使う。easy_install でpysqlite を入れておく。 # virtual-python wget http://peak.telecommunity.com/dist/virtual-python.py python virtual-python # .bashrc touch ~/.bashrc echo 'export PYTHONPATH=~/lib/python2.4/site-packages' > ~/.bashrc echo 'export PATH=~/bin:$PATH' > ~/.bashrc #