Edgewall Software

Changes between Version 45 and Version 46 of TracOnOsx


Ignore:
Timestamp:
Apr 6, 2006, 10:21:34 AM (18 years ago)
Author:
matt@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v45 v46  
    217217please edit the page and make the corrections. You can also
    218218contact Jonas.
     219
     220  I recently installed Trac on an Intel Mac and had a bit of a struggle. I was getting some very annoying `ImportError: No module named svn` errors. I noticed that some python packages install to `/Library/Python/2.3/site-packages/` and some install to `sw/lib/python2.3/site-packages`. (I guess that's the difference between the manual installations and the Fink installations.) I found that inserting this line into `/Library/Pyhton/2.3/site-packages/Extras.pth` got everything going:
     221{{{
     222/sw/lib/python2.3/site-packages
     223}}}
     224  - ''[http://www.soundevolution.com.au/ Matt Connolly]''
    219225
    220226= Troubleshooting =