2016-09-16 93 views
0

我使用Python 2.7贏得32openslide蟒蛇進口顯示:Windows錯誤

我需要在Python

以下頁面顯示安裝openslide 安裝openslide

http://openslide.org/download/

哪個項目下載的窗口。

我想盡thing.and PIP安裝

錯誤顯示下方

進口openslide

回溯(最近通話最後一個):

File "<pyshell#2>", line 1, in <module> 
    import openslide 
    File "C:\Python27\lib\site-packages\openslide\__init__.py", line 29, in >>>> <module> 
    from openslide import lowlevel 
    File "C:\Python27\lib\site-packages\openslide\lowlevel.py", line 41, in <module> 
    _lib = cdll.LoadLibrary('libopenslide-0.dll') 
    File "C:\Python27\lib\ctypes\__init__.py", line 443, in LoadLibrary 
    return self._dlltype(name) 
    File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__ 
    self._handle = _dlopen(self._name, mode) 
WindowsError: [Error 126] The specified module could not be found 

謝謝

回答

0

這個問題可能很古老,但也許答案會幫助未來的觀衆。

要修正這個錯誤,你需要在http://openslide.org/download/看看下載中(Windows二進制文件)

接下來openslide二進制文件,添加的bin文件夾的位置到系統路徑(這將允許蟒蛇知道在哪裏模塊是)。這應該可以解決問題。

安裝說明在這裏找到:https://pypi.python.org/pypi/openslide-python