Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / html / python / inst / inst.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="inst.css" type='text/css' />
<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="inst.html" title='Installing Python Modules' />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<link rel="next" href="trivial-install.html" />
<meta name='aesop' content='information' />
<title>Installing Python Modules</title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></td>
<td class='online-navigation'><a rel="parent" title="Python Documentation Index"
href="../index.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="1 Introduction"
href="trivial-install.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Installing Python Modules</td>
<td class='online-navigation'><img src='../icons/blank.png'
border='0' height='32' alt='' width='32' /></td>
<td class='online-navigation'><img src='../icons/blank.png'
border='0' height='32' alt='' width='32' /></td>
<td class='online-navigation'><img src='../icons/blank.png'
border='0' height='32' alt='' width='32' /></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="trivial-install.html">1 Introduction</A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->
<P>
<link rel='up' href='../index.html' title='Python Documentation Index' />
<div class="titlepage">
<div class='center'>
<h1>Installing Python Modules</h1>
<p><b><font size="+2">Greg Ward</font></b></p>
<p>
<strong>Python Software Foundation</strong>
<BR>
Email: <span class="email">distutils-sig@python.org</span>
</p>
<p><strong>Release 2.4.2</strong><br />
<strong>28 September 2005</strong></p>
<p></p>
</div>
</div>
<P>
<H3>Abstract:</H3>
<DIV CLASS="ABSTRACT">
This document describes the Python Distribution Utilities
(``Distutils'') from the end-user's point-of-view, describing how to
extend the capabilities of a standard Python installation by building
and installing third-party Python modules and extensions.
</DIV>
<P>
<P>
<p><br /></p><hr class='online-navigation' />
<div class='online-navigation'>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"></a>
<UL CLASS="ChildLinks">
<LI><A href="trivial-install.html">1 Introduction</a>
<UL>
<LI><A href="trivial-install.html#SECTION000110000000000000000">1.1 Best case: trivial installation</a>
<LI><A href="trivial-install.html#SECTION000120000000000000000">1.2 The new standard: Distutils</a>
</ul>
<LI><A href="standard-install.html">2 Standard Build and Install</a>
<UL>
<LI><A href="standard-install.html#SECTION000210000000000000000">2.1 Platform variations</a>
<LI><A href="standard-install.html#SECTION000220000000000000000">2.2 Splitting the job up</a>
<LI><A href="standard-install.html#SECTION000230000000000000000">2.3 How building works</a>
<LI><A href="standard-install.html#SECTION000240000000000000000">2.4 How installation works</a>
</ul>
<LI><A href="alt-install-windows.html">3 Alternate Installation</a>
<UL>
<LI><A href="alt-install-windows.html#SECTION000310000000000000000">3.1 Alternate installation: the home scheme</a>
<LI><A href="alt-install-windows.html#SECTION000320000000000000000">3.2 Alternate installation: <span class="Unix">Unix</span> (the prefix scheme)</a>
<LI><A href="alt-install-windows.html#SECTION000330000000000000000">3.3 Alternate installation: Windows (the prefix scheme)</a>
</ul>
<LI><A href="search-path.html">4 Custom Installation</a>
<UL>
<LI><A href="search-path.html#SECTION000410000000000000000">4.1 Modifying Python's Search Path</a>
</ul>
<LI><A href="config-syntax.html">5 Distutils Configuration Files</a>
<UL>
<LI><A href="config-syntax.html#SECTION000510000000000000000">5.1 Location and names of config files</a>
<LI><A href="config-syntax.html#SECTION000520000000000000000">5.2 Syntax of config files</a>
</ul>
<LI><A href="tweak-flags.html">6 Building Extensions: Tips and Tricks</a>
<UL>
<LI><A href="tweak-flags.html#SECTION000610000000000000000">6.1 Tweaking compiler/linker flags</a>
<LI><A href="tweak-flags.html#SECTION000620000000000000000">6.2 Using non-Microsoft compilers on Windows</a>
<UL>
<LI><A href="tweak-flags.html#SECTION000621000000000000000">6.2.1 Borland C++</a>
<LI><A href="tweak-flags.html#SECTION000622000000000000000">6.2.2 GNU C / Cygwin / MinGW</a>
</ul>
</ul>
<LI><A href="about.html">About this document ...</a>
</ul>
<!--End of Table of Child-Links-->
</div>
<DIV CLASS="navigation">
<div class='online-navigation'>
<p></p><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></td>
<td class='online-navigation'><a rel="parent" title="Python Documentation Index"
href="../index.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="1 Introduction"
href="trivial-install.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Installing Python Modules</td>
<td class='online-navigation'><img src='../icons/blank.png'
border='0' height='32' alt='' width='32' /></td>
<td class='online-navigation'><img src='../icons/blank.png'
border='0' height='32' alt='' width='32' /></td>
<td class='online-navigation'><img src='../icons/blank.png'
border='0' height='32' alt='' width='32' /></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="trivial-install.html">1 Introduction</A>
</div>
</div>
<hr />
<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>