Archive for the ‘Python’ Category

Easy..... cd /usr/local/src wget http://www.python.org/ftp/python/2.5/Python-2.5.tgz tar -zxvf Python-2.5.tgz make make install

Both instruction for Apache 1.x and Apache 2.x are given below. First, you need to check what version of Python you are running. python -V If you are running Apache 1.3.x, you should use mod_python version 2.7.11 and for Apache 2.2.x, use...

Download manually the docutils tar gz from http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download cd /usr/local/src/ wget http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download sudo easy_install...

Python Imaging Library (PIL) Make sure Python is installed. Prerequisites. If you need any of the features described below, make sure you have the necessary libraries before building PIL. feature library ...