Edgewall Software

Changes between Version 397 and Version 398 of TracInstall


Ignore:
Timestamp:
Mar 1, 2015, 1:50:46 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Removed "advanced topic".

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v397 v398  
    2828As you must be using Python 2.5, 2.6 or 2.7, you already have the SQLite database bindings bundled with the standard distribution of Python: the `sqlite3` module.
    2929
    30 However, if you like, you can download the latest and greatest version of [[trac:PySqlite]] from
    31 [http://code.google.com/p/pysqlite/downloads/list google code], where you'll find the Windows
    32 installers or the `tar.gz` archive for building from source:
    33 {{{#!sh
    34 $ tar xvfz <version>.tar.gz
    35 $ cd <version>
    36 $ python setup.py build_static install
    37 }}}
    38  
    39 This will download the latest SQLite code and build the bindings. SQLite 2.x is no longer supported.
    40 
    41 A known bug in [trac:PySqlite] versions 2.5.2-4 prohibits upgrades of Trac databases from 0.11.x to 0.12. Please use versions 2.5.5 and newer or 2.5.1 and older. See [trac:#9434] for more detail. See additional information in [trac:PySqlite PySqlite].
     30Optionally, you may install a newer version of [pypi:pysqlite pysqlite] than the one provided by the Python distribution. See [trac:PySqlite#ThePysqlite2bindings PySqlite] for details.
    4231
    4332==== For the PostgreSQL database #ForPostgreSQL