OpenCV_Problem
Rami Chowdhury
rami.chowdhury at gmail.com
Sun Aug 15 02:32:24 EDT 2010
On Sun, Aug 15, 2010 at 12:22, arihant nahata <forever.arihant at gmail.com> wrote:
> Hi,
> I m new to python and openCV.
I think you meant to send this to the list ;-)
> i installed openCV and python and copied
> the necessary folder. and even appended the sys.path. but then too the same
> error.
>
> from opencv import cv
>
> File "C:\Python26\lib\site-packages\opencv\__init__.py", line 74, in
>
> <module>
> from cv import *
> File "C:\Python26\lib\site-packages\opencv\cv.py", line 25, in <module>
>
> _cv = swig_import_helper()
> File "C:\Python26\lib\site-packages\opencv\cv.py", line 21, in
> swig_import_helper
> _mod = imp.load_module('_cv', fp, pathname, description)
> ImportError: DLL load failed: The specified module could not be found.
>
> can you help me with this??
> Regards,
>
> Arihant
Is there a module _cv.dll in your sys.path?
Regards,
Rami
More information about the Python-list
mailing list