Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: MRAB Newsgroups: comp.lang.python Subject: Re: install open cv on windows 10 and python 3.5 Date: Fri, 1 Apr 2016 21:33:02 +0100 Lines: 16 Message-ID: References: <8b4a2755-388a-43fa-8ab3-ae416ff87950@googlegroups.com> <044d7b5a-99b4-44d9-abdb-b7651c0d87b3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de YfaWWuEwS9oeJYqYeyZ21QC4/1FxNZKOeNfC9BJmzguQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.10; '2.7': 0.13; 'subject:python': 0.14; '2016': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:192.168.1.4': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:install': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'project,': 0.18; 'windows': 0.20; 'import': 0.24; 'url:edu': 0.24; 'header:In- Reply-To:1': 0.24; 'module': 0.25; 'install': 0.25; 'header:User- Agent:1': 0.26; 'module.': 0.27; 'open': 0.33; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'email addr:gmail.com': 0.62; 'show': 0.62; '8bit%:95': 0.65; '8bit%:100': 0.70; '8bit%:92': 0.72 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=K//fZHiI c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=pGLkceISAAAA:8 a=f2PIqq2XAAAA:8 a=hapCOr_1tU2JybmrYCMA:9 a=QEXdDO2ut3YA:10 X-AUTH: mrabarnett@:2500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 In-Reply-To: <044d7b5a-99b4-44d9-abdb-b7651c0d87b3@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:106257 On 2016-04-01 20:11, saxri89@gmail.com wrote: > Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@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".