I have a new machine with a fresh installation of Arc10.1. When ArcGIS installs it, it also installs python 2.7 with numpy. My script can import scipy (import scipy), but when I try
from scipy import statistics
I get:
Traceback (most recent call last):
File "C:\ArcProjects\BasinLoop3_All6.py", line 13, in <module>
from scipy import stats
File "C:\Python27\ArcGISx6410.1\lib\site-packages\scipy\stats\__init__.py", line 324, in <module>
from .stats import *
File "C:\Python27\ArcGISx6410.1\lib\site-packages\scipy\stats\stats.py", line 242, in <module>
import scipy.special as special
File "C:\Python27\ArcGISx6410.1\lib\site-packages\scipy\special\__init__.py", line 531, in <module>
from ._ufuncs import *
ImportError: DLL load failed: The specified module could not be found.
I tried several scipy installs and get the same result with each:
SciPy-0.13.0-win32-SUPERPACK-python2.7.exe
SciPy-0.13.0.win-amd64 py2.7.exe
SciPy-0.11.0-win32-SUPERPACK-python2.7.exe
, numpy, scipy python, Arc10.1 (py2.7). , script ( IDLE), 64- python. - , ? python numpy, ArcGIS . , python 64-, .
...