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.2

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

<p><b><font color="darkgreen">--- New: now up-to-date for 2.2 final! ---</font></b>

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

<p>Made available by Sean Reifschneider.

<h4>New in this version (2.2-2)</h4>

<ul>

<p><li>It includes a "-docs" package which includes the Python docs in HTML and info formats.

<p><li>The SRPM includes a tkinter "auto" option (the default) which only builds tkinter if /usr/bin/wish exists.

</ul>

<h4>Download</h4>

<p><ul><li>Source:

<ul>

<li><a href="/ftp/python/2.2/rpms/python2-2.2-2.src.rpm"> python2-2.2-2.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.2-based systems:

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

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

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

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

<li><a href="/ftp/python/2.2/rpms/python2-docs-2.2-2.i386.rpm"> python2-docs-2.2-2.i386.rpm</a> (Documentation in HTML and info formats) <b>(NEW)</b>

</ul>

</ul>

<p>Shy of RPMs because of library or other dependency problems with most of the RPMs you pick up? The cure may be 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&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.

<h4>For Red Hat 6.2 Users</h4>

<p>There have been folks having problems with building on a variety of 6.2 platforms, largely related to them not having other dependencies ("What does it mean when it says I need to have "openssl-devel" installed to build the RPM? ;-) Here are a set of binaries built against Red Hat 6.2: <a href="/ftp/python/2.2/rpms-62/">click here</a>.