On Sun, Aug 15, 2010 at 12:22, arihant nahata <forever.arih...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to