Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'subject:Question': 0.07; 'arg': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sfxlen:2': 0.10; 'python': 0.11; 'jan': 0.11; '2.7': 0.13; 'things.': 0.15; 'binaries': 0.16; 'install.': 0.16; 'magic': 0.16; 'processing)': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'version?': 0.16; 'wrote:': 0.16; 'windows': 0.20; '(or': 0.21; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; '2.x': 0.22; 'cc:no real name:2**0': 0.23; 'am,': 0.23; 'seems': 0.24; 'header:In-Reply- To:1': 0.24; 'url:edu': 0.24; 'install': 0.25; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'compatible': 0.27; 'subject:About': 0.29; 'terry': 0.29; 'window': 0.31; 'to:addr:python-list': 0.35; 'but': 0.36; 'tool': 0.36; 'there': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'associated': 0.38; 'version': 0.38; 'received:org': 0.38; 'christian': 0.38; 'goes': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'different': 0.64; '2.10': 0.84; 'pip': 0.84; 'package"': 0.91; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Question About Image Processing in Python Date: Thu, 28 May 2015 07:05:21 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: Cc: tutor@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432811156 news.xs4all.nl 2876 [2001:888:2000:d::a6]:39625 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91363 On 5/28/2015 6:34 AM, Serge Christian Ibala wrote: > I want to know which version of Python is compatible (or can be > associated with which version of which "tools or package" for image > processing) pillow is a one standard for image processing but I see that mahotas=20 does different things. pillow is both 2.x and 3.x. > I am working under Window and it is so complicated to find out which > version of which tool goes with which other version? The magic site for Windows binaries is http://www.lfd.uci.edu/~gohlke/pythonlibs/ Now pip installable with an extra arg if not automatic. > I want to use the following package > > =E2=80=9Cnumpy, matplotib, mahotas, ipython OpenCV and SciPy" opencv seems to be the only one not available for 3.x. > Python 2.7 or Python 2.10 which version of the following tools no 2.10, just 2.7.10, which is what you should install. > =E2=80=9Cnumpy, matplotib, mahotas, ipython, OpenCV and SciPy=E2=80=9D just try pip install xyz and let it pick but see above if necessary for=20 Windows binaries. > Are there any package available for image processing using Python 3.4.3= ? --=20 Terry Jan Reedy