python 環境構築
easy-install
# python ez_setup.py |
mysql-python
# yum install mysql-devel gcc python-devel# easy_install mysql-python |
django
# cd Django-1.2.3# python setup.py build# python setup.py install |
wsgi
# yum -y install mod_wsgior# yum -y install httpd-devel# tar xvf mod_wsgi-3.3.tar.gz# cd mod_wsgi-3.3 |
beautifulSoup
# tar xvf BeautifulSoup-3.2.1.tar.gz# cd BeautifulSoup-3.2.1# python setup.py build# python setup.py install |