Re: [Image-SIG] PIL and py2app

2005-11-17 Thread Chris Jerdonek
On Nov 17, 2005, at 4:58 AM, Fredrik Lundh wrote: > note that the error is reported inside the truetype function. > > the error message isn't very helpful, but the real cause for this > exception is (as Bob > noted) that the _imagingft driver could not find the requested file. The reason this wa

[Image-SIG] PIL and py2app

2005-11-16 Thread Chris Jerdonek
Does anyone know what might be causing this? I have a python program that uses some commands from the PIL module. PIL is installed on my Mac, and the program works fine when I run it from the command line. However, the PIL part of the program stops working when I run it as an stand-alone app