Openslide-python import error
问题 I receive the following error when running import openslide from inside python terminal <code>Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\dev_res\python\python2_713\lib\site-packages\openslide\__init__.py", line 29, in <module> from openslide import lowlevel File "C:\dev_res\python\python2_713\lib\site-packages\openslide\lowlevel.py", line 41, in <module> _lib = cdll.LoadLibrary('libopenslide-0.dll') File "C:\dev_res\python\python2_713\lib\ctypes\__init__