[BangPypers] [JOB] Python Developer in Test at Riptide IO

2014-11-17 Thread Praveen Shirali
We have one position open for a Python Developer in Test at Riptide IO, Bangalore. We are a startup based in Santa Barbara, US, with one office in Bangalore (near Leela Palace, HAL). We are looking for a candidate who can do both white-box testing as well as contribute to test development and auto

Re: [BangPypers] about python code

2014-11-17 Thread narayan naik
hi can you please send me the required terminal package On Mon, Nov 17, 2014 at 2:36 PM, Vikneshwaren wrote: > I think your code imports OpenCV module and seems to be that it was not > properly imported or the module is completely missing. Please check into > that and try installing the module

Re: [BangPypers] about python code

2014-11-17 Thread L Radhakrishna Rao
Try with import opencv, without giving cv2 On Mon, Nov 17, 2014 at 2:36 PM, Vikneshwaren wrote: > I think your code imports OpenCV module and seems to be that it was not > properly imported or the module is completely missing. Please check into > that and try installing the module if missing. >

Re: [BangPypers] about python code

2014-11-17 Thread L Radhakrishna Rao
Also, try with this: http://askubuntu.com/questions/447409/how-to-install-opencv-2-9-for-python On Mon, Nov 17, 2014 at 3:36 PM, L Radhakrishna Rao wrote: > Try with import opencv, without giving cv2 > > On Mon, Nov 17, 2014 at 2:36 PM, Vikneshwaren > wrote: > >> I think your code imports Open

Re: [BangPypers] about python code

2014-11-17 Thread Vikneshwaren
I think your code imports OpenCV module and seems to be that it was not properly imported or the module is completely missing. Please check into that and try installing the module if missing. -- Vikneshwaren Free Software Foundation, Tamil Nadu On Nov 17, 2014 2:30 PM, "narayan naik" wrote: > hi

Re: [BangPypers] about python code

2014-11-17 Thread Baiju M
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 wrote: > Your error says you don't have opencv python bindings or python can'

Re: [BangPypers] about python code

2014-11-17 Thread Jeffrey Jose
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" wrote: > when I entered in terminal > nv@ubuntu:~$ pkg-config --modvers

Re: [BangPypers] about python code

2014-11-17 Thread narayan naik
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 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 M

Re: [BangPypers] about python code

2014-11-17 Thread Noufal Ibrahim KV
On Mon, Nov 17 2014, narayan naik wrote: > hi, >when I am running face detection code ,I am getting this error. > [...] This is a very basic question. You should go probably go through a python tutorial before attempting this. I'm presuming that you actually want to do something with opencv.

Re: [BangPypers] about python code

2014-11-17 Thread narayan naik
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 wrote: > Put entire details, have you downloaded cv2 module? > > What's the python version you are using, a

Re: [BangPypers] about python code

2014-11-17 Thread L Radhakrishna Rao
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 wrote: > hi, >when I am running face detection code ,I am getting this error. > > Traceback (most recent call last): >

[BangPypers] about python code

2014-11-17 Thread narayan naik
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 import cv2 ImportError: No module named cv2 >>> please help me. ___ BangPypers mailing list BangPypers@p