Edgewall Software

Changes between Version 75 and Version 76 of TracOnDebian


Ignore:
Timestamp:
Jan 19, 2006, 12:53:22 PM (18 years ago)
Author:
vinay
Comment:

Just added some info about getting trac running using python2.4

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v75 v76  
    55<p style="background: #fdc; border: 2px solid #d00; font-style: italic; padding: 0 .5em; margin: 1em 0;">
    66<strong>Note from mgood:</strong> I am currently in the process of rewriting this page.  It is not currently complete, but should cover the most common topics already.  If you have more questions you may want to refer back to the previous revision of this page I have finished.
     7</p>
     8}}}
     9
     10{{{
     11#!html
     12<p style="background: #dcf; border: 2px solid #00d; font-style: italic; padding: 0 .5em; margin: 1em 0;">
     13<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:
     14<br/><br/>
     15./configre; make swig-py; make install-swig-py
     16<br/><br/>
     17Once that was done, I had to do the following.<br/><br/>
     18echo "/usr/local/lib/svn-python" > /usr/lib/python2.4/site-packages/svn.pth<br /><br />.
     19
     20<b>To whom it may concern (probably mgood)</b>: move this information to wherever it's necessary.
    721</p>
    822}}}