2013-04-25 132 views
0

我安裝了mahotas庫作爲網站說來,但我不斷收到同樣的錯誤,當我嘗試導入模塊:錯誤導入mahotas在Python(缺少DLL文件)

Could not import submodules (exact error was: DLL load failed: The specified module could not be found.). 

There are many reasons for this error the most common one is that you have 
either not built the packages or have built (using `python setup.py build`) or 
installed them (using `python setup.py install`) and then proceeded to test 
mahotas **without changing the current directory**. 

Try installing and then changing to another directory before importing mahotas. 

有人知道我」做榮?

回答