[maemo-developers] "IOError: decoder jpeg not available"
From: Jose Manrique Lopez de la Fuente jsmanrique at gmail.comDate: Tue Sep 16 11:30:57 EEST 2008
- Previous message: Charger connected State
- Next message: Running X11 applications on maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Charger connected State
- Next message: Running X11 applications on maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]