Re: [BangPypers] about python code

2014-11-23 Thread narayan naik
Thank you all On Fri, Nov 21, 2014 at 12:30 PM, Nikhileshkumar Ikhar < nikhil.ik...@gmail.com> wrote: > Python terminal on linux is sufficient. > But many people are fans of ipython and idle. > > -Nikhil > > On 20 November 2014 09:48, narayan naik wrote: > > > Ya, am talking the same > > On 19

Re: [BangPypers] about python code

2014-11-20 Thread Nikhileshkumar Ikhar
Python terminal on linux is sufficient. But many people are fans of ipython and idle. -Nikhil On 20 November 2014 09:48, narayan naik wrote: > Ya, am talking the same > On 19 Nov 2014 18:49, "Martin Anto" wrote: > > > Simulator?? > > > > You mean interpreter? > > On Nov 19, 2014 2:48 PM, "nar

Re: [BangPypers] about python code

2014-11-20 Thread Jeffrey Jose
The default one works for almost all purposes. If you are feeling adventurous, try ipython -jeff On Nov 20, 2014 9:49 AM, "narayan naik" wrote: > Ya, am talking the same > On 19 Nov 2014 18:49, "Martin Anto" wrote: > > > Simulator?? > > > > You mean interpreter? > > On Nov 19, 2014 2:48 PM, "n

Re: [BangPypers] about python code

2014-11-19 Thread narayan naik
Ya, am talking the same On 19 Nov 2014 18:49, "Martin Anto" wrote: > Simulator?? > > You mean interpreter? > On Nov 19, 2014 2:48 PM, "narayan naik" wrote: > > > hi, > >can any one tell,which simulator is best for python > > > > On Mon, Nov 17, 2014 at 4:26 PM, narayan naik > > wrote: > >

Re: [BangPypers] about python code

2014-11-19 Thread Martin Anto
Simulator?? You mean interpreter? On Nov 19, 2014 2:48 PM, "narayan naik" wrote: > hi, >can any one tell,which simulator is best for python > > On Mon, Nov 17, 2014 at 4:26 PM, narayan naik > wrote: > > > hi > > can you please send me the required terminal package > > > > On Mon, Nov 17, 2

Re: [BangPypers] about python code

2014-11-19 Thread Kiran Gangadharan
Hi, On Wed, Nov 19, 2014 at 2:40 PM, narayan naik wrote: > hi, >can any one tell,which simulator is best for python > Kindly take a look at the mailing guidelines[1] before you send another mail. [1] http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquette.pdf > On M

Re: [BangPypers] about python code

2014-11-19 Thread narayan naik
hi, can any one tell,which simulator is best for python On Mon, Nov 17, 2014 at 4:26 PM, narayan naik wrote: > 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 th

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