I found this in my system, may be you are looking for this package:

$ apt-cache search opencv | grep python
python-opencv - Python bindings for the computer vision library


On Mon, Nov 17, 2014 at 3:01 PM, Jeffrey Jose <jeffjosej...@gmail.com> wrote:
> Your error says you don't have opencv python bindings or python can't find
> the bindings. The command you showed, however, tells me that you have
> opencv installed. Those 2 are different.
> On Nov 17, 2014 2:55 PM, "narayan naik" <narayannaik...@gmail.com> wrote:
>
>> when I entered in terminal
>> nv@ubuntu:~$ pkg-config --modversion opencv
>> it shows like
>> 2.3.1
>>
>>
>> On Mon, Nov 17, 2014 at 2:51 PM, narayan naik <narayannaik...@gmail.com>
>> wrote:
>>
>> > I am using ---Python 2.7.3 (default, Feb 27 2014, 20:00:17)  version
>> > operating system-ubuntu 12.04 LTS
>> > and also I have downloaded openCV
>> >
>> > On Mon, Nov 17, 2014 at 2:43 PM, L Radhakrishna Rao <
>> > satishsaga...@gmail.com> wrote:
>> >
>> >> Put entire details, have you downloaded cv2 module?
>> >>
>> >> What's the python version you are using, and the operating system?
>> >>
>> >> Thanks
>> >>
>> >> On Mon, Nov 17, 2014 at 2:30 PM, narayan naik <narayannaik...@gmail.com
>> >
>> >> wrote:
>> >>
>> >> > hi,
>> >> >    when I am running face detection code ,I am getting this error.
>> >> >
>> >> > Traceback (most recent call last):
>> >> >   File "/home/nv/read.py", line 2, in <module>
>> >> >     import cv2
>> >> > ImportError: No module named cv2
>> >> > >>>
>> >> >
>> >> > please help me.
>> >> > _______________________________________________
>> >> > BangPypers mailing list
>> >> > BangPypers@python.org
>> >> > https://mail.python.org/mailman/listinfo/bangpypers
>> >> >
>> >> _______________________________________________
>> >> BangPypers mailing list
>> >> BangPypers@python.org
>> >> https://mail.python.org/mailman/listinfo/bangpypers
>> >>
>> >
>> >
>> _______________________________________________
>> BangPypers mailing list
>> BangPypers@python.org
>> https://mail.python.org/mailman/listinfo/bangpypers
>>
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to