From: Zooko O'Whielacronx Date: Thu, 11 Jun 2009 22:55:06 +0000 (-0700) Subject: setup: edit install.html to warn Windows users away from Python v2.6 X-Git-Tag: trac-4000~88 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=3db5de58463b540590546e0c3db437fc320c552e;p=tahoe-lafs%2Ftahoe-lafs.git setup: edit install.html to warn Windows users away from Python v2.6 --- diff --git a/docs/install.html b/docs/install.html index ab645714..24eea590 100644 --- a/docs/install.html +++ b/docs/install.html @@ -19,7 +19,7 @@

Install Python

-

Check if you already have an adequate version of Python installed by running python -V. Python v2.5 is best. Python v2.4 (v2.4.2 or greater) or Python v2.6 should also work, although Tahoe isn't as well-tested on them as it is on Python v2.5. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.5. +

Check if you already have an adequate version of Python installed by running python -V. Python v2.5 is best. Python v2.4 (v2.4.2 or greater) or Python v2.6 should also work, although Tahoe isn't as well-tested on them as it is on Python v2.5. If you use Python v2.6 on Windows you may need to compile your own extension modules using a Microsoft compiler -- if you use Python v2.5 on Windows you will not need to do that. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.5.

Get Tahoe