I have downloaded OpenCV2.1 and Python2.6.
when i try to import cv
using sys.path.append("C:\OpenCV2.1\Python2.6\Lib\site-packages")
and then import cv
, it tells me ImportError: DLLload failed.
.
I have tried the solutions given in previous thread to copy the two files in the above path to C:\Python26\Lib\site-packages
, but i still can't import cv
.
Is it because I missed out doing some steps after installing? What could be the reasons to why the system cannot find the module cv
?