Re: [Matplotlib-users] IOError: decoder jpeg not available

2008-11-06 Thread Christopher Barker
Nils Wagner wrote: >>> I tried to read a jpg file. >>> How can fix the following problem ? > Centos4.6 (Linux) > libjpeg.rpm is installed. How do did you build/install PIL? It may not have found libjpeg when it was built, in which case it wouldn't support jpegs. > Is it possible to combine jpeg

Re: [Matplotlib-users] IOError: decoder jpeg not available

2008-11-06 Thread Nils Wagner
On Thu, 06 Nov 2008 13:28:21 +0100 Gregor Thalhammer <[EMAIL PROTECTED]> wrote: > Nils Wagner schrieb: >> Hi all, >> >> I tried to read a jpg file. >> How can fix the following problem ? >> >> > Which operating system are you using? > The problem arise in the PIL (Python Imaging Library). >It

Re: [Matplotlib-users] IOError: decoder jpeg not available

2008-11-06 Thread Gregor Thalhammer
Nils Wagner schrieb: > Hi all, > > I tried to read a jpg file. > How can fix the following problem ? > > Which operating system are you using? The problem arise in the PIL (Python Imaging Library). It cannot find the libjpeg library (you have it installed on your system?). Try to install libjp