Edgewall Software

Changes between Version 195 and Version 196 of TracInstall


Ignore:
Timestamp:
Dec 25, 2006, 2:46:38 PM (17 years ago)
Author:
ThurnerRupert
Comment:

python-2.5 because of expat

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v195 v196  
    1010To install Trac, the following software packages must be installed:
    1111
    12  * [http://www.python.org/ Python], version >= 2.3.
     12 * [http://www.python.org/ Python], version >= 2.3
    1313   * For RPM-based systems you might also need the `python-devel` and `python-xml` packages.
    1414   * Please make sure to get at least ClearSilver 10.4 if you have Python 2.5.
     
    2020   * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6
    2121   * [http://genshi.edgewall.org/wiki/Download Genshi], version >= 0.3.6
     22   * if using mod_python, use python-2.5 (expat is namespaced there and does not cause apache to crash)
    2223 * [http://www.clearsilver.net/ ClearSilver], version >= 0.9.3
    2324   * With python-bindings (`./configure --with-python=/usr/bin/python`)
     
    2930 * [http://www.sqlite.org/ SQLite], version 3.3.4 and above preferred.
    3031 * [http://pysqlite.org/ PySQLite], version 1.x (for SQLite 2.x) or version 2.x (for SQLite 3.x), version 2.3.2 preferred. For details see [http://trac.edgewall.org/wiki/PySqlite PySqlite]
    31 
    32 ''Note: Versions of Trac prior to 0.9 do '''not''' work with PySQLite 2.x.''
    3332
    3433''Note: It appears that PySQLite 2.x is required for Trac 0.9+/SQLite 3.x if you plan to use the 'trac-post-commit-hook.py' script available from the 'contrib' section of the source repository.''
     
    5049 * [http://sf.net/projects/mysql-python MySQLdb], version 1.2.1 or later
    5150
    52 ''Note: MySQL support requires Trac version 0.10 or later (the upcoming [milestone:0.10.1] will contain a lot of MySQL specific fixes)''
     51''Note: MySQL support requires Trac version 0.10 or later (the upcoming milestones will contain a lot of MySQL specific fixes)''
    5352
    5453=== Optional Requirements ===