Files
scikit-image/scikits/image/analysis/__init__.py
T
2009-11-03 10:00:57 +02:00

10 lines
260 B
Python

try:
from spath import shortest_path
except ImportError:
print """*** The shortest path extension has not been compiled. Run
python setup.py build_ext -i
in the source directory to build in-place. Please refer to INSTALL.txt
for further detail."""