Edgewall Software

Changes between Version 76 and Version 77 of TracOnDebian


Ignore:
Timestamp:
Jan 19, 2006, 12:55:07 PM (18 years ago)
Author:
anonymous
Comment:

corrections

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v76 v77  
    1313<strong>Note from vinay:</strong> Having just installed python2.4 on my debian box (I have an x86-64 box and as such python2.3 has bugs in it for the platform), I went through hell and high water (mainly because of a lack of documentation) to get trac running again (as sarge does not support the python bindings at this time).  The short of it is, after upgrading to python2.4, and building my own trac package (just download it and install it manually), I had to download the subversion package (from http://subversion.tigris.org/) and compile the swig-py package:
    1414<br/><br/>
    15 ./configre; make swig-py; make install-swig-py
     15./configure;  make; make install; make swig-py; make install-swig-py
    1616<br/><br/>
    1717Once that was done, I had to do the following.<br/><br/>