Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.

Linux RPMs for Python 2.1.3

<h1>Linux RPMs for Python 2.1.3</h1>

<!-- <p><font color="red">These are for the <b>2.2</b> release. Sorry.</font> -->

<p>Made available by Sean Reifschneider &lt;<a href="mailto:jafo-rpms@python.org">jafo-rpms@python.org</a>&gt;.

<h3>Download</h2>

<p><ul> <li>Source:

<ul>

<li><a href="/ftp/python/2.1.3/rpms/python2.1-2.1.3-1.src.rpm"> python2.1-2.1.3-1.src.rpm</a>

<li>(optional) <a href="/ftp/python/2.1/expat-1.1-4tummy.src.rpm"> expat-1.1-4tummy.src.rpm</a> (Needed for building Python SRPM, for systems that don't provide expat-devel)

</ul>

<li>Red Hat 7.2 Binaries:

<ul> <li><a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-2.1.3-1.i386.rpm"> python2.1-2.1.3-1.i386.rpm</a> (RedHat-based 7.2 base RPM)

<li><a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-tkinter-2.1.3-1.i386.rpm"> python2.1-tkinter-2.1.3-1.i386.rpm</a> (RedHat-based 7.2 tkinter RPM)

<li><a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-devel-2.1.3-1.i386.rpm"> python2.1-devel-2.1.3-1.i386.rpm</a> (RedHat-based 7.2 development RPM)

<li><a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-tools-2.1.3-1.i386.rpm"> python2.1-tools-2.1.3-1.i386.rpm</a> (RedHat-based 7.2 Tools RPM, including IDLE)

</ul>

</ul>

<h3>Building RPMs</h3>

<p>Shy of RPMs because of library or other dependency problems with most of the RPMs you pick up? The cure may be to use an SRPM (Source RPM). The benefit is that you will have a binary RPM built against exactly the libraries on your system.

To build a binary tailored to your system, download the source RPM and run:

<pre> rpm --rebuild &lt;packagename&gt;.src.rpm</pre>

Note: this does not actually install &lt;packagename&gt;. The end products (.rpm files as indicated by the "Wrote:" stdout lines) must be subsequently installed with rpm -U or the equivalent.

<h3>Files, <a href="../md5sum.py">MD5</a> checksums and sizes</h3>

<pre>
<b>Source</b>
b8c48ae713e258301c53d029f39cca58 <a href="/ftp/python/2.1.3/rpms/python2.1-2.1.3-1.src.rpm">python2.1-2.1.3-1.src.rpm</a> (6187310 bytes)
<b>Redhat 7.2</b>
1105dc6589cb0f5101656436f2ecd92a <a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-2.1.3-1.i386.rpm">python2.1-2.1.3-1.i386.rpm</a> (4534523 bytes) e347802263023e03888b3e4d9544e3b0 <a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-devel-2.1.3-1.i386.rpm">python2.1-devel-2.1.3-1.i386.rpm</a> (1392206 bytes) d84e912987e82490ff2229c82733c8c4 <a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-tkinter-2.1.3-1.i386.rpm">python2.1-tkinter-2.1.3-1.i386.rpm</a> (298932 bytes) 8c33995309fa52aa6a1b22ffcc7185d7 <a href="/ftp/python/2.1.3/rpms/rh7.2/python2.1-tools-2.1.3-1.i386.rpm">python2.1-tools-2.1.3-1.i386.rpm</a> (367515 bytes)

</pre>