Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'debug': 0.03; 'packages.': 0.03; 'subject:module': 0.04; 'machines.': 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; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:addr:python- list': 0.22; 'downloaded': 0.24; 'version': 0.25; 'windows': 0.26; 'url:mailman': 0.27; 'message-id:@mail.gmail.com': 0.28; 'url:edu': 0.28; 'url:products': 0.29; 'problem': 0.29; 'subject:not': 0.29; 'up.': 0.30; 'cc:addr:python.org': 0.31; 'does': 0.31; 'url:listinfo': 0.33; 'things': 0.33; 'uses': 0.34; 'file': 0.35; 'christian': 0.35; 'should': 0.37; 'url:python': 0.37; 'run': 0.37; 'patch': 0.38; 'references': 0.38; 'received:google.com': 0.38; 'url:org': 0.38; 'header:Received:5': 0.40; 'might': 0.40; 'here:': 0.61; 'received:74.125.83': 0.69; 'subject:The': 0.69; 'schrieb': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=blFOUFnnGCN8alfeF568aU6a52kFUA700ycTNyxxX5Q=; b=aQwatVp2+Z4cILb/svT0iDDtvPrxL2zQ7sxVPyEQ02RAKCF1H/arPVzE4Bw07VzD80 ef6Wya+U+hhp7IrBIGhX8+rCQ06fzoQnZgwS7nT2b5U169QntWCY93VpEwzjwgxxNrU6 9IeRZ+o3ERvQ8z9xbfZdUK5anbmPVnpfuuEd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dKC6MbWx91xcgZnXuAX8p+MESZM7cUDOjmZJN0+NpKtcU4+AxA0ZLhSRfBFJT5fblg ttN9hhNB42sG/QeBfpOGLMKkp4UdMVkjeYkjOMmEPRNEpu5iYkzpS+kTWacDYpJaTDvz xPCNJvRvv8PGkHnYedI8HmIz7fedcgYC40gVE= MIME-Version: 1.0 In-Reply-To: References: <4dc3368d$0$30773$ba4acef3@reader.news.orange.fr> <4dc3375a$0$14665$ba4acef3@reader.news.orange.fr> Date: Fri, 6 May 2011 14:52:52 +0200 Subject: Re: PIL: The _imaging C module is not installed From: Wojtek Mamrak To: Christian Heimes Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: 25 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304686377 news.xs4all.nl 81485 [::ffff:82.94.164.166]:40898 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4825 @Michel use PIL downloaded from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/ regards 2011/5/6 Christian Heimes : > Am 06.05.2011 01:48, schrieb Michel Claveau - MVP: >> Re! >> >> And why the problem no exist with PIL 1.1.6? =A0(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 > > -- > http://mail.python.org/mailman/listinfo/python-list >