Re: [Pythonmac-SIG] py2app and PIL question

2005-11-16 Thread Chris Jerdonek
On Nov 16, 2005, at 12:18 PM, Bob Ippolito wrote: Code helps... -bob Not sure which code is most important. I'll go through the Traceback and intersperse the code. I also inserted line numbers in parentheses: Traceback (most recent call last): File

Re: [Pythonmac-SIG] py2app and PIL question

2005-11-16 Thread Bob Ippolito
On Nov 16, 2005, at 1:24 PM, Chris Jerdonek wrote: On Nov 16, 2005, at 12:18 PM, Bob Ippolito wrote: Code helps... Not sure which code is most important. I'll go through the Traceback and intersperse the code. I also inserted line numbers in parentheses: def truetype(filename, size,

Re: [Pythonmac-SIG] py2app and PIL question

2005-11-16 Thread Chris Jerdonek
On Nov 16, 2005, at 1:38 PM, Bob Ippolito wrote: File PIL/ImageFont.pyc, line 121, in __init__ IOError: cannot open resource # Wrapper for FreeType fonts. Application code should use the # btruetype/b factory function to create font objects. class FreeTypeFont: FreeType font

Re: [Pythonmac-SIG] py2app and PIL question

2005-11-16 Thread Bob Ippolito
On Nov 16, 2005, at 4:50 PM, Chris Jerdonek wrote: On Nov 16, 2005, at 2:14 PM, Bob Ippolito wrote: class FreeTypeFont: FreeType font wrapper (requires _imagingft service) def __init__(self, file, size, index=0, encoding=): # FIXME: use service provider instead