Skip to content

Commit

Permalink
note about windows python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Sep 5, 2016
1 parent 308d3b7 commit eea93bc
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Windows binaries all include the :ref:`FTS <ext-fts3>` and
:ref:`RTree <ext-rtree>` extensions. (`FTS3_PARENTHESIS
<https://sqlite.org/compile.html#enable_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
<http://bugs.python.org/issue25148>`__.

Download in source form for other platforms or if you want to compile
yourself on Windows. See the :ref:`recommended <recommended_build>`
way to build or all the :ref:`options available <building>`.
Expand All @@ -33,40 +39,40 @@ way to build or all the :ref:`options available <building>`.

* Windows Python 2.6 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win32-py2.6.exe>`__
`64bit
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win-amd64-py2.6.exe>`__

* Windows Python 2.7 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win32-py2.7.exe>`__
`64bit
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win-amd64-py2.7.exe>`__

* Windows Python 3.1 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win32-py3.1.exe>`__
`64bit
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win-amd64-py3.1.exe>`__

* Windows Python 3.2 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win32-py3.2.exe>`__
`64bit
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win-amd64-py3.2.exe>`__

* Windows Python 3.3 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win32-py3.3.exe>`__
`64bit
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win-amd64-py3.3.exe>`__

* Windows Python 3.4 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win32-py3.4.exe>`__
`64bit
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win-amd64-py3.4.exe>`__

* Windows Python 3.5 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win32-py3.5.exe>`__
`64bit
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1.win-amd64-py3.5.exe>`__

* `apsw-3.14.1-r1-sigs.zip
* `apsw-3.14.1-r1-sigs.zip
<https://github.com/rogerbinns/apsw/releases/download/3.14.1-r1/apsw-3.14.1-r1-sigs.zip>`__
GPG signatures for all files

Expand Down Expand Up @@ -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
.. pip-end

0 comments on commit eea93bc

Please sign in to comment.