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

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

<p>Made available by Sean Reifschneider.

<p><ul><li>Source:

<ul>

<li><a href="/ftp/python/2.1/python2-2.1-5.src.rpm"> python2-2.1-5.src.rpm</a>

<li><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>Binary for RedHat-7.0-based systems:

<ul> <li><a href="/ftp/python/2.1/python2-2.1-5.i386.rpm"> python2-2.1-5.i386.rpm</a> (RedHat-based 7.0 base RPM)

<li><a href="/ftp/python/2.1/python2-tkinter-2.1-5.i386.rpm"> python2-tkinter-2.1-5.i386.rpm</a> (RedHat-based 7.0 tkinter RPM)

<li><a href="/ftp/python/2.1/python2-devel-2.1-5.i386.rpm"> python2-devel-2.1-5.i386.rpm</a> (RedHat-based 7.0 development RPM)

<li><a href="/ftp/python/2.1/python2-tools-2.1-5.i386.rpm"> python2-tools-2.1-5.i386.rpm</a> (RedHat-based 7.0 Tools RPM, including IDLE) </ul>

</ul>

<p>Sean's change log for 2.1-5: <ul>

System Message: ERROR/3 (<string>, line 38)

Unexpected indentation.
<li> Added entry to disable building tkinter. (Mentioned by Msquared) <li> Added gdbm-devel build pre-req. (Thanks to Pat Callahan) <li> Added db1-devel build pre-req. (Thanks to Pat Callahan) <li> Changed expat build pre-req to expat-devel. (Thanks to Pat Callahan) <li> Ugh, can't have spaces in defattr. (Thanks to Pat Callahan)

System Message: WARNING/2 (<string>, line 43)

Block quote ends without a blank line; unexpected unindent.

</ul>

<p>Shy of RPMs because of library or other dependancy problems with most of the RPMs you pick up? The cure, in my experience is to pick up an SRPM (Source RPM). All you need to do to build a binary package tailored to your system is run

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