Ask Your Question

Telliott's profile - activity

2020-10-12 16:42:16 -0600 received badge  Popular Question (source)
2017-02-21 05:56:49 -0600 commented question I am unable to get OpenCV to run in python.

I copied cv2.pyd into python/lib/site-packages as instructed in the installation guide?

2017-02-20 14:34:29 -0600 received badge  Editor (source)
2017-02-20 13:42:51 -0600 commented question I am unable to get OpenCV to run in python.

I did that exactly. I followed the steps at this link multiple times.

http://docs.opencv.org/3.2.0/d5/de5/tutorial_py_setup_in_windows.html (http://docs.opencv.org/3.2.0/d5/de5/t...)

2017-02-20 13:35:40 -0600 asked a question I am unable to get OpenCV to run in python.

I have installed OpenCV and tried to use it in python. I have tried to install it normally and by building it from the source as instructing on the openCV website. These are the errors i am given.

I am unable to attach screenshots of the errors because i am a new member and dont have enough karma so i will type out the errors.

The installation guide I followed

When i try to use "import cv2" in idle python i get the error:

Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import cv2 ImportError: No module named 'cv2'

And when i try to build from source CMake returns the error:

CMake Error: The source directory "C:/opencv" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

I Cant figure out the problem. Is anyone able to explain why it isnt working and what i need to do to make it work.

Thanks very much>