install open cv on windows 10 and python 3.5

MRAB python at mrabarnett.plus.com
Fri Apr 1 16:33:02 EDT 2016


On 2016-04-01 20:11, saxri89 at gmail.com wrote:
> Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax... at gmail.com έγραψε:
>> hello,
>>
>> i have windows 10 and python 3.5 and i want to use
>> open cv but i think so opencv work only on python 2.7 ?
>> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
>> but not work again
>
> i install opencv_python-3.1.0-cp35-none-win32.whl
> but if i import cv2 or import opencv
> then show me no module with that name
>
"OpenCV" is the name of the project, not the name of a module.

The name of the module "cv2".



More information about the Python-list mailing list