Edgewall Software

Changes between Version 117 and Version 118 of TracInstall


Ignore:
Timestamp:
Jul 21, 2005, 12:36:57 AM (19 years ago)
Author:
nathan@…
Comment:

link to win32 Python bindings

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v117 v118  
    2222   * Python 2.1 support is going to be dropped for the next (0.9) release of Trac. Minimum required version for trunk is thus Python 2.2.2 (see #1311 and [http://lists.edgewall.com/archive/trac/2005-March/002074.html this mail]).
    2323   * Please keep in mind, that for RPM-based systems you will also need python-devel and python-xml packages.
    24    * Make sure you get the version of Python for which there are Subversion bindings, as of writing is 2.3. Don't install Python 2.4 just to realize the Python 2.3 Subversion bindings don't work with it, like what happened to me.
     24   * Make sure you get the version of Python for which there are Subversion bindings, as of writing is 2.3. '''Don't install Python 2.4''' just to realize the Python 2.3 Subversion bindings don't work with it, like what happened to me.
    2525 * [http://www.swig.org/ SWIG] language bindings, version 1.3.21 (also see next notes)
    2626   * Make sure you also build SWIG Runtime support: run ''make'' in SWIG-1.3.21/Runtime.
     
    3131   * Also note that the bindings of Subversion <= 1.1.3 have problems with versions of SWIG >= 1.3.22. Use SWIG 1.3.21 in conjunction with Subversion <= 1.1.3.
    3232   * If Subversion was already installed without the SWIG bindings: re-configure and re-make Subversion, ''make swig-py'', ''make install-swig-py''.
     33   * Bindings for [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&filter=_py.zip win32]
    3334 * [http://www.sqlite.org/ SQLite], version 2.8.x or 3.0.x
    3435   * By default, the SQLite installation puts the compiled libraries in ''/usr/local/lib''. Either check your ''LD_LIBRARY_PATH'' or copy the libraries to ''/usr/lib''
     
    4849   Version 0.3.5 is known to work whereas 0.3.7 is currently
    4950   not working (see #1302).
     51
    5052
    5153== Installing Trac ==
     
    142144'''Note:''' When creating a new environment, {{{trac-admin}}} will print a config snippet customized for your project.
    143145
     146
    144147'''Note:''' If you are using [http://httpd.apache.org/docs/suexec.html Apache suEXEC] feature see [http://projects.edgewall.com/trac/wiki/ApacheSuexec ApacheSuexec] (on the project web site).
    145148