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.5/Python-2.5.tar.bz2
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/Python-2.5.tar.bz2
Download MD5 sum: ddb7401e711354ca83b7842b733825a3
Download size: 9.3 MB
Estimated disk space required: 157 MB
Estimated build time: 1.1 SBU (additional 2.8 SBU to run the test suite)
OpenSSL-0.9.8e, Tk-8.4.14, 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.5-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 2007-04-04 21:42:53 +0200