From: Gregor T. <gre...@gm...> - 2008-11-06 12:28:38
|
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 libjpeg and properly configure/install PIL. Gregor |