NEWS, docs/quickstart.html: pywin32 is no longer required on Windows. refs #1274

This commit is contained in:
david-sarah 2011-01-21 18:47:41 -08:00
parent 3c161c9a96
commit 3eadc8a053
2 changed files with 6 additions and 12 deletions

1
NEWS
View File

@ -26,6 +26,7 @@
- foolscap 0.6.1 - foolscap 0.6.1
- Debian package dependencies now specify python-twisted-conch - Debian package dependencies now specify python-twisted-conch
- setuptools_darcs is bundled rather than being an external dependency - setuptools_darcs is bundled rather than being an external dependency
- pywin32 is no longer required on Windows
* Release 1.8.1 (2010-10-28) * Release 1.8.1 (2010-10-28)

View File

@ -36,24 +36,17 @@
<p>Check if you already have an adequate version of Python installed by <p>Check if you already have an adequate version of Python installed by
running <cite>python --version</cite>. Python&nbsp;v2.4 (v2.4.4 or running <cite>python --version</cite>. Python&nbsp;v2.4 (v2.4.4 or
greater), Python&nbsp;v2.5, Python&nbsp;v2.6, or Python&nbsp;v2.7 will greater), Python&nbsp;v2.5, Python&nbsp;v2.6, or Python&nbsp;v2.7 will
work. Python&nbsp;v3 does not work. If you don't have one of these work. Python&nbsp;v3 does not work. On Windows, we recommend the use of
versions of Python installed, then follow the instructions on Python&nbsp;v2.6 (native, not Cygwin).</p>
<p>If you don't have one of these versions of Python installed, then
follow the instructions on
<a href="http://www.python.org/download/releases/2.6.6/">the Python <a href="http://www.python.org/download/releases/2.6.6/">the Python
download page</a> to download and install Python&nbsp;v2.6. Make sure download page</a> to download and install Python&nbsp;v2.6. Make sure
that the path to the installation directory has no spaces in it (e.g. on that the path to the installation directory has no spaces in it (e.g. on
Windows, do not install Python in the "<tt>Program Files</tt>" directory). Windows, do not install Python in the "<tt>Program Files</tt>" directory).
</p> </p>
<h4>Windows Caveats</h4>
<p> On Windows, we recommend the use of Python&nbsp;v2.6 (native, not
Cygwin). You must manually install the pywin32 package from
<a href="http://sourceforge.net/projects/pywin32/files/">the pywin32
site</a> before getting Tahoe-LAFS. Make sure to get the correct file for
the version of Python you are using &mdash; e.g. ending in "py2.6.exe"
for Python&nbsp;v2.6. If using 64-bit Windows, the file should have
"win-amd64" in its name.</p>
<h2>Get Tahoe-LAFS</h2> <h2>Get Tahoe-LAFS</h2>
<p>Download the latest stable release, v1.8.1:</p> <p>Download the latest stable release, v1.8.1:</p>