Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91363
| 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 | <python-python-list@m.gmane.org> |
| 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 <tjreedy@udel.edu> |
| Subject | Re: Question About Image Processing in Python |
| Date | Thu, 28 May 2015 07:05:21 -0400 |
| References | <CABsq6izAZ5HNy7gT-WSTAxrUaGNexhbLUhk92Gwtu563ys3Jow@mail.gmail.com> |
| 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 | <CABsq6izAZ5HNy7gT-WSTAxrUaGNexhbLUhk92Gwtu563ys3Jow@mail.gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.127.1432811156.5151.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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 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 > > “numpy, 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. > “numpy, matplotib, mahotas, ipython, OpenCV and SciPy” just try pip install xyz and let it pick but see above if necessary for Windows binaries. > Are there any package available for image processing using Python 3.4.3? -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Question About Image Processing in Python Terry Reedy <tjreedy@udel.edu> - 2015-05-28 07:05 -0400 Re: Question About Image Processing in Python wxjmfauth@gmail.com - 2015-05-28 06:09 -0700
csiph-web