Ask Your Question

wmbm's profile - activity

2015-10-20 15:17:11 -0600 commented question Which version of OpenCV for Python 2.7? Importing error/Installation

same issue. After extracting the downloaded file, I'm copying cv2.pyd from opencv2/build/python/2.7/x64 into C:\Python27\Lib\site-packages. Then in command window typing "python cv2.pyd"

2015-10-20 14:31:48 -0600 commented question Which version of OpenCV for Python 2.7? Importing error/Installation

it's 33mb file. Any next steps? I now receive an error File "cv2.pyd", line 1 SyntaxError: Non-ASCII character '\x90' in file cv2.pyd on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

2015-10-20 10:28:01 -0600 commented question Which version of OpenCV for Python 2.7? Importing error/Installation

also says "no such file or directory"

2015-10-20 07:59:15 -0600 asked a question Which version of OpenCV for Python 2.7? Importing error/Installation

Hello,

I followed these installation instructions very closely: http://opencvpython.blogspot.de/2012/...

The installation procedure is as follows (windows):

  1. Download current version of opencv (opencv-3.0.0.exe)
  2. Extract to C:\Python27\Lib\site-packages\opencv
  3. Import into Spyder (import cv2)

But when I try to import cv2 in my Spyder tool (Python version 2.7) claims there is no module named cv2.

Is this possibly a compatibility issue? Do I need to set a new path in Spyder? Maybe missing an additonal step?

Many thanks, Will