[maemo-developers] "IOError: decoder jpeg not available"

From: Jose Manrique Lopez de la Fuente jsmanrique at gmail.com
Date: Tue Sep 16 11:30:57 EEST 2008
Hello,

I have same program[1] running in a N800 and N810 (both with Diablo
and Easy 0.7 installed), but when I try to take a photo or load an
image I get this in the N800:
"IOError: decoder jpeg not available" (in the N810 works fine)

I am not sure if it is a PIL or Easy bug, but after testing in
console, it seems a PIL bug:
N800
>>> Import Image
>>> im=Image.load('Apple.jpg')
>>> im.load()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "-l/ImageFile.py", line 180, in load
File "-l/Image.py", line 375, in _getdecoder
IOError: decoder jpeg not available
>>>

N810
>>> Import Image
>>> im=Image.load('Apple.jpg')
>>> im.load()
<PixelAccess object at 0x403060a0>
>>>

Why is this difference?

Thanks and best regards,

[1] https://garage.maemo.org/frs/?group_id=510&release_id=2060
-- 
J. Manrique López de la Fuente
http://www.jsmanrique.es

More information about the maemo-developers mailing list