[SciPy-user] Mac OS X(PPC 10.4.10): import scipy gives "Fatal Python error: Interpreter not initialized"
Kurt Smith
kwmsmith at gmail.com
Tue Aug 14 17:48:51 EDT 2007
Hi --
Any help is appreciated -- it's probably something simple...
relevant versions:
gfortran 4.3.0
gcc 4.0.1
mac OS X 10.4.10 (PPC)
numpy 1.0.4dev3884
scipy 0.5.3dev3225
python 2.5.1
Built and installed:
$ python setup.py build_src build_clib --fcompiler=gnu95 build_ext
--fcompiler=gnu95 build
$ sudo python setup.py install
No problems.
But importing gives fatal error:
$ python
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
$
I can send the output from the build if you like (it's too long to
attach in its entirety).
Thanks for your help.
Kurt
More information about the SciPy-User
mailing list