Error loading mlabrw
Status: Beta
Brought to you by:
aschmolck
I installed Numpy and then mlabwrap using both windows executable installers and everything went well. I tried executing this code:
from mlabwrap import mlab
import numpy
and got the following error
Traceback (most recent call last):
File "<string>", line 11, in ?
File "Vizard1.py", line 1, in ?
from mlabwrap import mlab
File "C:\Program Files\WorldViz\Vizard30\bin\lib\site-packages\mlabwrap.py", line 193, in ?
import mlabraw
ImportError: DLL load failed: The specified module could not be found.
If I just load Numpy it works fine. I was wondering what I did wrong. All I did was run both executables, do I need to manually compile something?
Thanks