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 narayannaik...@gmail.com wrote: Ya, am talking the

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 narayannaik...@gmail.com wrote: Ya, am talking the same On 19 Nov 2014 18:49, Martin Anto info.martina...@gmail.com wrote: Simulator?? You mean

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 narayannaik...@gmail.com wrote: Ya, am talking the same On 19 Nov 2014 18:49, Martin Anto info.martina...@gmail.com wrote: Simulator?? You mean

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 narayannaik...@gmail.com wrote: hi can you please send me the required terminal package On Mon, Nov 17, 2014 at 2:36 PM, Vikneshwaren vikneshware...@gmail.com wrote: I think your code

Re: [BangPypers] about python code

2014-11-19 Thread Kiran Gangadharan
Hi, On Wed, Nov 19, 2014 at 2:40 PM, narayan naik narayannaik...@gmail.com 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]

Re: [BangPypers] about python code

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

[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 module import cv2 ImportError: No module named cv2 please help me. ___ BangPypers mailing list

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 narayannaik...@gmail.com wrote: hi, when I am running face detection code ,I am getting this error. Traceback (most

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 satishsaga...@gmail.com wrote: Put entire details, have you downloaded cv2 module? What's the python

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
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

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 vikneshware...@gmail.com 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