mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 01:08:41 +08:00
11 lines
298 B
Python
11 lines
298 B
Python
try:
|
|
from spath import shortest_path
|
|
from trace_path import trace_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."""
|