[mythtv-users] Error in mytharchive

Paul Harrison mythtv at dsl.pipex.com
Tue Sep 19 09:31:49 UTC 2006


Jack Lowry wrote:
> Paul Harrison wrote:
>
>   
>> Where is the error message from the frontend log or from the
>> progress.log you see in the log viewer? Either way it looks like an 
>> image file can't be found. Maybe if you post the relevant part of the 
>> log it would help!!
>>
>> Paul H.
>>
>>     
> As I originally wrote this messge I looked around on my myth box for a logfile that displayed the error, no luck.
> Then just before I read your reply I trid over the tail -f I was doing of the logfile. 
>
> Here it is, I should have payed more attention to lining up my ducks before creating the email.
>
> Menu items per page 3
>
> Background image file is 
> /myth/share/mythtv/mytharchive/themes/MythCenter/MythCenter-Background.png
> Music is menumusic.mp2, length is 15 seconds
> Creating DVD menus
> Menu page 1
> Wrapped text  = Page 1
> ------------------------------------------------------------
> Traceback (most recent call last):
>   File "/myth/share/mythtv/mytharchive/scripts/mythburn.py", line 3392, in ?
>     processJob(job)
>   File "/myth/share/mythtv/mytharchive/scripts/mythburn.py", line 3185, 
> in processJob
>     createMenu(format, dpi, files.length)
>   File "/myth/share/mythtv/mytharchive/scripts/mythburn.py", line 2288, 
> in createMenu
>     spumuxdom, spunode, numberofitems, 0,"")
>   File "/myth/share/mythtv/mytharchive/scripts/mythburn.py", line 2014, 
> in drawThemeItem
>     picture = 
> Image.open(imagefilename,"r").resize((getScaledAttribute(node, "w"), 
> getScaledAttribute(node, "h")))
>   File "/usr/lib/python2.4/site-packages/PIL/Image.py", line 1188, in resize
>     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 328, in 
> _getdecoder
>     raise IOError("decoder %s not available" % decoder_name)
> IOError: decoder jpeg not available
> ------------------------------------------------------------
>   

You don't have jpeg support compiled into the PIL imaging module for 
python or maybe you don't have the libjpeg installed//.

//Google for 'IOError: decoder jpeg not available' produces a ton of 
relevant information.
 //
//Paul H.




More information about the mythtv-users mailing list