From eea93bc6e1320802874595a42a52ab1d0c8602f0 Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Mon, 5 Sep 2016 15:43:03 -0700 Subject: [PATCH] note about windows python 3.5 --- doc/download.rst | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/doc/download.rst b/doc/download.rst index 222c407b..73f5e6ad 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -12,6 +12,12 @@ Windows binaries all include the :ref:`FTS ` and :ref:`RTree ` extensions. (`FTS3_PARENTHESIS `_ is on.) +.. note:: + + Python 3.5 on Windows may have installation problems claiming Python isn't + installed. The cause is Python bug `25148 + `__. + Download in source form for other platforms or if you want to compile yourself on Windows. See the :ref:`recommended ` way to build or all the :ref:`options available `. @@ -33,40 +39,40 @@ way to build or all the :ref:`options available `. * Windows Python 2.6 `32bit `__ - `64bit + `64bit `__ * Windows Python 2.7 `32bit `__ - `64bit + `64bit `__ * Windows Python 3.1 `32bit `__ - `64bit + `64bit `__ * Windows Python 3.2 `32bit `__ - `64bit + `64bit `__ * Windows Python 3.3 `32bit `__ - `64bit + `64bit `__ * Windows Python 3.4 `32bit `__ - `64bit + `64bit `__ * Windows Python 3.5 `32bit `__ - `64bit + `64bit `__ -* `apsw-3.14.1-r1-sigs.zip +* `apsw-3.14.1-r1-sigs.zip `__ GPG signatures for all files @@ -174,4 +180,4 @@ Use this (all one command):: --global-option=fetch --global-option=--version --global-option=3.14.1 --global-option=--all \ --global-option=build --global-option=--enable-all-extensions -.. pip-end \ No newline at end of file +.. pip-end