Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.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; 'debug': 0.03; 'packages.': 0.03; 'subject:module': 0.04; 'machines.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:PIL': 0.09; 'x86': 0.09; 'library': 0.15; '1.1.6': 0.16; 'binaries': 0.16; 'claveau': 0.16; 'hex': 0.16; 'libraries?': 0.16; 'url:pythonware': 0.16; 'pil': 0.19; 'header:In-Reply-To:1': 0.22; 'version': 0.25; 'windows': 0.26; 'url:products': 0.29; 'problem': 0.29; 'subject:not': 0.29; 'up.': 0.30; 'does': 0.31; 'to:addr:python-list': 0.32; 'things': 0.33; 'uses': 0.34; 'header:X-Complaints-To:1': 0.34; 'file': 0.35; 'christian': 0.35; 'header:User-Agent:1': 0.35; 'should': 0.37; 'run': 0.37; 'patch': 0.38; 'references': 0.38; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'received:de': 0.39; 'header:Mime-Version:1': 0.39; 'header:Received:5': 0.40; 'might': 0.40; 'subject:The': 0.69; 'schrieb': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Christian Heimes Subject: Re: PIL: The _imaging C module is not installed Date: Fri, 06 May 2011 12:16:03 +0200 References: <4dc3368d$0$30773$ba4acef3@reader.news.orange.fr> <4dc3375a$0$14665$ba4acef3@reader.news.orange.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: f049141129.adsl.alicedsl.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15pre) Gecko/20110207 Lightning/1.0b2.102ipre2 Shredder/3.1.9pre In-Reply-To: <4dc3375a$0$14665$ba4acef3@reader.news.orange.fr> X-Enigmail-Version: 1.1.2 OpenPGP: id=AD16AB1B; url=http://cheimes.de/heimes.asc X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304676988 news.xs4all.nl 81485 [::ffff:82.94.164.166]:34855 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4811 Am 06.05.2011 01:48, schrieb Michel Claveau - MVP: > Re! > > And why the problem no exist with PIL 1.1.6? (only 1.1.7) > Is that the version 1.1.6 does not use these libraries? PIL 1.1.6 also uses its internal C library to speed things up. For Windows you should use the precompiled packages. http://www.pythonware.com/products/pil/ offers X86 Windows binaries for 1.1.7. You might run into a problem with 1.1.7 Windows binaries. The freetype C library references a debug CRT that is not available on all machines. You can easily patch the _imagingft.pyd file with a hex editor. Christian