[mythtv-users] Burning DVDs doesn't work for me, I think I am missing a font (really, because I'm missing a font?)

stuart stuart at xnet.com
Wed Nov 17 14:35:59 UTC 2010


Hi...

Burning DVDs doesn't work for me.  I looked in the log files and found this:

>     return FreeTypeFont(filename, size, index, encoding)
>   File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 134, in __init__
>     self.font = core.getfont(file, size, index, encoding)
> IOError: cannot open resource

I looked at the script and found this:

> class FreeTypeFont:
>     "FreeType font wrapper (requires _imagingft service)"
> 
>     def __init__(self, file, size, index=0, encoding=""):
>         # FIXME: use service provider instead
>         self.font = core.getfont(file, size, index, encoding)

I am running Debian and am not sure what package contains this 
"FreeType" font.  Any help would be appreciated.

-thanks




More information about the mythtv-users mailing list