[SciPy-user] Import probs with rev 1735 svn scipy core

George Nurser agn at noc.soton.ac.uk
Fri Dec 30 17:43:31 EST 2005


Just tried to get rev 1735 svn scipy core going on an Opteron.

Non root install of Scipy, site.cfg to use acml libraries for lapack  
and blas.
LD_LIBRARY_PATH includes acml directory.

Otherwise default.

python setup.py install --home=...    seems to work fine.

But when I try
python
 >>> import scipy
Importing ScipyTest of testing to scipy
Failed to import base
cannot import name ccompiler
Importing fft of corefft to scipy
Importing ifft of corefft to scipy
Failed to import random
'module' object has no attribute 'dtypedescr'

Puzzled about  ccompiler message, as ccompile.py seems to be in  
distutils directory, not base subdirectory.


George Nurser.




More information about the SciPy-User mailing list