#18007 closed defect (duplicate)
subversion-python25bindings 1.5.5_0 Fatal Python error: Interpreter not initialized (version mismatch?)
Reported by: | jxraynor@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | python subversion bindings fatal error | Cc: | |
Port: | subversion-python25bindings |
Description
When trying to use the subversion-python25bindings port, I get the following problem:
from svn import fs
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
I'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:
otool -L /opt/local/lib/libsvn_swig_py25-1.0.0.0.dylib |grep /System
/System/Library/Frameworks/Python.framework/Versions/2.5/Python (compatibility version 2.5.0, current version 2.5.1) /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 34102.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 32.0.0)
Change History (2)
comment:1 Changed 16 years ago by blb@…
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Dup of #18005.