The Python package contains the Python development environment. This is useful for object-oriented programming, writing scripts, prototyping large programs or developing entire applications.
Download (HTTP): http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tar.bz2
Download (FTP): ftp://ftp.python.org/pub/python/2.4.3/Python-2.4.3.tar.bz2
Download MD5 sum: 141c683447d5e76be1d2bd4829574f02
Download size: 7.6 MB
Estimated disk space required: 116 MB
Estimated build time: 0.9 SBU (additional 2.2 SBU to run the test suite)
OpenSSL-0.9.8c, Tk-8.4.13, and GDBM-1.8.3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Python
Install Python by running the following commands:
patch -Np1 -i ../Python-2.4.3-gdbm-1.patch && ./configure --prefix=/usr --enable-shared && make
To test the results, issue: make test.
Now, as the root user:
make install
There is no documentation installed using the instructions above. However, There are LaTeX sources included with the distribution. See the Doc/README file in the source distribution for instructions to format the LaTeX sources. Alternatively, you can download preformatted documentation from http://www.python.org/doc/current/download.html.
Last updated on 2006-06-21 11:26:07 -0500