Changes between Initial Version and Version 1 of Ticket #18005


Ignore:
Timestamp:
Jan 15, 2009, 8:30:58 AM (15 years ago)
Author:
blb@…
Comment:

Make sure you have the python_select port installed, and used it to select python25:

sudo port install python_select
sudo python_select python25

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18005

    • Property Owner changed from macports-tickets@… to dluke@…
  • Ticket #18005 – Description

    initial v1  
    11When trying to use the subversion-python25bindings port, I get the following problem:
    2 
     2{{{
    33>>> from svn import fs
    44Fatal Python error: Interpreter not initialized (version mismatch?)
    55Abort trap
    6 
     6}}}
    77
    88I'm running this on OS X 10.5.6 with the python 2.5.4_0+darwin_9+macosx port.  Cursory searches on the web indicate that the lib /opt/local/lib/libsvn_swig_py25-1.0.0.0.dylib is linking against Apple-provides libs when it shouldn't be.  For example:
    9 
     9{{{
    1010> otool -L /opt/local/lib/libsvn_swig_py25-1.0.0.0.dylib |grep /System
    1111        /System/Library/Frameworks/Python.framework/Versions/2.5/Python (compatibility version 2.5.0, current version 2.5.1)
    1212        /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 34102.0.0)
    1313        /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 32.0.0)
    14 
     14}}}