Opened 16 years ago

Last modified 15 years ago

#18005 closed defect

subversion-python25bindings 1.5.5_0 Fatal Python error: Interpreter not initialized (version mismatch?) — at Version 1

Reported by: jxraynor@… Owned by: dluke@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: python subversion bindings fatal error Cc:
Port: subversion-python25bindings

Description (last modified by blb@…)

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 (1)

comment:1 Changed 16 years ago by blb@…

Description: modified (diff)
Owner: changed from macports-tickets@… to dluke@…

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

sudo port install python_select
sudo python_select python25
Note: See TracTickets for help on using tickets.