python - Error in installing mlabwrap in Windows -


i tried install mlabwrap in windows following steps in this article. after completed steps, when typed from mlabwrap import mlab in python, got following error:

>>> mlabwrap import mlab  traceback (most recent call last):   file "<pyshell#0>", line 1, in <module>     mlabwrap import mlab   file "c:\python27\lib\site-packages\mlabwrap.py", line 188, in <module>     import mlabraw importerror: dll load failed: specified module not found. 

i set path , environment variables according above link. why error? last step performed mlabwrap directory, typed

python setup.py install   

is there other step after this? saw generates mlabwrap.py in c:\python27\lib\site-packages.

i able fix error putting c:/program files (x86)/matlab/r2009b/bin/win32 on path mlabraw find matlab dlls. assume error means mlabraw not loaded because depends on dll not found.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -