Path: csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'badly': 0.07; 'cc:addr:python-list': 0.09; 'pil': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'python.': 0.11; 'appropriate': 0.14; '1.x': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'cc:2**1': 0.22; 'cc:no real name:2**0': 0.22; 'sat,': 0.23; 'this.': 0.28; 'received:se': 0.29; 'system,': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'add': 0.34; 'newer': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'mean': 0.38; 'url:mail': 0.40; 'still': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'url:0': 0.63; 'latest': 0.64; 'you.': 0.64; 'dear': 0.67; 'received:89': 0.80; 'friend': 0.81; 'header:In-reply-to:1': 0.84; 'url:readthedocs': 0.84; 'promised': 0.91; 'ali': 0.95; 'to:addr:hotmail.com': 0.98 To: ali ranjbar cc: "python-list@python.org" , lac@openend.se From: Laura Creighton Subject: Re: Qestion In-reply-to: References: Comments: In-reply-to ali ranjbar message dated "Sat, 22 Aug 2015 06:53:21 -0000." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26964.1440314930.1@fido> Content-Transfer-Encoding: quoted-printable Date: Sun, 23 Aug 2015 09:28:50 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 23 Aug 2015 09:28:55 +0200 (CEST) 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440314946 news.xs4all.nl 23785 [2001:888:2000:d::a6]:49771 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95581 In a message of Sat, 22 Aug 2015 06:53:21 -0000, ali ranjbar writes: >hi dear friend > >I have python version 2.4.3 > >Which version of PIL is appropriate for me and how can I add it to my sys= tems? > >Regards > >-- = >https://mail.python.org/mailman/listinfo/python-list If you really have python 2.4.3 then you badly need a newer Python. However Pillow, with a version number <2.0 is promised to work for you. https://pillow.readthedocs.org/installation.html The latest 1.x version of Pillow is https://pypi.python.org/pypi/Pillow/1.= 7.8 so you can get this. Or did you mean that you have python 3.4.3 ? In which case you still want Pillow but this one. https://pypi.python.org/pypi/Pillow/2.9.0 And this one may already come as a package for your system, if you don't want to use pip. Laura