Changes between Initial Version and Version 1 of Ticket #29025


Ignore:
Timestamp:
Apr 4, 2011, 3:51:39 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29025

    • Property Cc dluke@… added
  • Ticket #29025 – Description

    initial v1  
    44When i read the trac's log, i've the following lines :
    55
     6{{{
    67Trac[svn_fs] INFO: Failed to load Subversion bindings
    78Traceback (most recent call last):
     
    1718  Referenced from: /System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/libsvn/_fs.so
    1819  Reason: image not found
     20}}}
    1921
    2022My system : Mac OSX 10.5.8 with Python 2.5.1 and Subversion 1.6.16
    2123
    2224I tried the followings :
     25{{{
    2326sudo port install python_select
    2427sudo python_select python25
    2528sudo port install subversion-python25bindings
     29}}}
    2630
    2731and nothing works. With this, i've an Internal Server Error.