Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Mark Lawrence Newsgroups: comp.lang.python Subject: Re: deb's for wheezy? Date: Sun, 31 Jan 2016 16:34:35 +0000 Lines: 24 Message-ID: References: <201601311033.18721.gheskett@wdtv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de VZpCf/IirVfYZLLiXZ0dOAHbBLqbSBV2MwS4zoHB6CgQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'everybody.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'language': 0.19; 'versions': 0.20; 'machine': 0.21; 'lawrence': 0.22; 'cheers,': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'fork': 0.29; 'language.': 0.32; 'run': 0.33; 'url:python': 0.33; 'utility': 0.33; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'mark': 0.40; 'url:3': 0.60; "you'll": 0.61; 'here.': 0.62; 'charset:windows-1252': 0.62; 'url:0': 0.63; 'our': 0.64; 'friendly': 0.74; 'url:x': 0.81; 'pythonistas,': 0.84; 'those?': 0.84; 'url:readthedocs': 0.84; 'camera': 0.93 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: 212.103.228.193 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <201601311033.18721.gheskett@wdtv.com> 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: , Xref: csiph.com comp.lang.python:102361 On 31/01/2016 15:33, Gene Heskett wrote: > Greetings; > > It seems I need python3-pil and python3-pil.imagetk for a camera display > & control utility I would like to run for a machine vision application. > > Is there a URL where I can find wheezy versions of those? I have python3, > V3.2.3 here. > > Thanks everybody. > > Cheers, Gene Heskett > I don't know about Mr Wheezy but I think you'll want pillow, the friendly fork of pil, see https://pillow.readthedocs.org/en/3.1.x/ and https://pypi.python.org/pypi/Pillow/3.1.0 -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence