Hello, 

I installed scipy version 0.9.0 with Intel compiler, however, when I import a module in scipy, I get the following error: 

 File "/opt/../scipy/0.9.0/lib/python2.7/site-packages/scipy/stats/__init__.py", line 7, in <module>
    from stats import *
  File "/opt/../scipy/0.9.0/lib/python2.7/site-packages/scipy/stats/stats.py", line 193, in <module>
    import scipy.special as special
  File "/opt/../scipy/0.9.0/lib/python2.7/site-packages/scipy/special/__init__.py", line 9, in <module>
    from _cephes import *
ImportError: /opt/../scipy/0.9.0/lib/python2.7/site-packages/scipy/special/_cephes.so: undefined symbol: s_stop

Please let me know how I can fix the problem. 

Thanks
Mo Zhang