Edgewall Software

Changes between Version 14 and Version 15 of TracOnOsx


Ignore:
Timestamp:
Oct 10, 2004, 11:30:32 PM (20 years ago)
Author:
projects.edgewall.com@…
Comment:

Clarification

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v14 v15  
    6161}}}
    6262
    63 I had some problems getting apples personal web-server (apache 1.3) to run trac.cgi with the correct
     63An alternative to setting PYTHONPATH is to execute the following from the shell once:
     64
     65{{{
     66echo /usr/local/lib/svn-python/ > /sw/lib/python2.3/SVN.pth
     67}}}
     68
     69This will cause /usr/local/lib/svn-python/ to be permanently added to the Python search path.
     70
     71I had some problems getting Apple's personal web-server (Apache 1.3) to run trac.cgi with the correct
    6472python interpreter (/sw/bin/python2.3) so I placed this dummy {{{trac.cgi}}} in
    6573{{{/Library/WebServer/CGI-Executables/}}}:
     
    6876/sw/bin/python2.3 /somewhere/cgi-bin/trac.cgi
    6977}}}
     78
     79''This is required due to a bug in the way Python locates it's own library directory.  It is present in all versions of Python up to 2.3.4, but will be fixed in both 2.4 and 2.3.5.''  -- Mark Rowe
    7080
    7181Keep in mind that these instructions were written from the top of my mind and might be