[Image-SIG] IOError: cannot find glyph data file
by sandra ruiz other posts by this author
Jul 23 2003 3:35PM messages near this date
[Image-SIG] PATCH: Group 4 TIFF compression support
|
[Image-SIG] IOError: cannot find glyph data file (sandra ruiz)>
hi list,
I'm a newbie user of PIL When I try to load a font to draw text I get this
error:
font = ImageFont.load ('courB08.pil')
Traceback (most recent call last):
File "<stdin> ", line 1, in ?
File "/usr/lib/python2.2/site-packages/PIL/ImageFont.py", line 168, in
load
f._load_pilfont(filename)
File "/usr/lib/python2.2/site-packages/PIL/ImageFont.py", line 78, in
_load_pilfont
raise IOError("cannot find glyph data file")
I dont know what is a 'glyph data file'..I dont know where to start..
I'm using Imaging-1.1.4
thanks.
_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger:
http://messenger.yupimsn.com/
_______________________________________________
Image-SIG maillist - Image-SIG@[...].org
http://mail.python.org/mailman/listinfo/image-sig
|