Re: PIL linux err
- From: John Machin <sjmachin@xxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 11:48:36 -0800 (PST)
On Feb 1, 5:41 am, dzizes <dzizes...@xxxxxxxxx> wrote:
Hi,
I'm trying to run simple .py on linux, which is using PIL. Below error
message which I receive:
File "/usr/lib/python2.4/site-packages/PIL/Image.py", line 960, in
histogram
self.load()
File "/usr/lib/python2.4/site-packages/PIL/ImageFile.py", line 180, in
load
d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
File "/usr/lib/python2.4/site-packages/PIL/Image.py", line 375, in
_getdecoder
raise IOError("decoder %s not available" % decoder_name)
IOError: decoder jpeg not available
Do you know what might be the problem?
Is your googler broken? See:
http://effbot.org/zone/pil-decoder-jpeg-not-available.htm
.
- References:
- PIL linux err
- From: dzizes
- PIL linux err
- Prev by Date: Re: Python for mobiles
- Next by Date: helper function in a class' namespace
- Previous by thread: PIL linux err
- Next by thread: Re: PIL linux err
- Index(es):
Relevant Pages
|