From owner-freebsd-questions@FreeBSD.ORG Wed May 31 13:34:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A42516AD56 for ; Wed, 31 May 2006 13:34:46 +0000 (UTC) (envelope-from josh@clearwired.com) Received: from a.mx.zettai.net (beta.zettai.net [205.234.172.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B24043D58 for ; Wed, 31 May 2006 13:34:45 +0000 (GMT) (envelope-from josh@clearwired.com) Received: (qmail 17347 invoked by uid 89); 31 May 2006 13:41:26 -0000 Received: by simscan 1.2.0 ppid: 13822, pid: 16269, t: 0.0853s scanners: attach: 1.1.0 clamav: 0.83/m:31/d:852 Received: from unknown (HELO ?10.1.10.150?) (josh@clearwired.com@68.35.27.129) by 0 with SMTP; 31 May 2006 13:41:26 -0000 Message-ID: <447D4710.3020901@clearwired.com> Date: Wed, 31 May 2006 07:34:40 +0000 From: Josh Stephenson User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <1149008753.23661.11.camel@c-68-35-27-129.hsd1.nm.comcast.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Image-SIG] libjpeg and pil on intel mac os x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 13:34:55 -0000 It says: import _imaging # dynamically loaded from /usr/local/lib/python2.4/site-packages/PIL/_imaging.so what now? I know I'm not python savvy, so thx for helping How do I interpret this.Fredrik Lundh wrote: > Josh Stephenson wrote: > > >> I'm running an intel mac 10.4 with python 2.4.2 and trying to install >> pil 1.1.5. I have already configured jpeg-6b. Here's how I configured >> it: >> ./configure --enabled-shared --includedir=/usr/local/include >> --libdir=/usr/local/lib >> >> It installed with no errors. >> > > >> raise IOError("decoder %s not available" % decoder_name) >> IOError: decoder jpeg not available >> 1 items had failures: >> 1 of 55 in selftest.testimage >> ***Test Failed*** 1 failures. >> *** 1 tests of 55 failed. >> >> It isn't finding the jpeg decoder when I know it's there. Any help >> would be awesome! >> > > quoting myself from a message posted only a few days ago: > > try running Python with the -v (or -vv) option, to see if it really > picks up the _imaging module you built. > > $ python -vv -c "import _imaging" > > (why is it that nobody ever googles after error messages any more ? hmm...) > > > > _______________________________________________ > Image-SIG maillist - Image-SIG@python.org > http://mail.python.org/mailman/listinfo/image-sig > > >