[Pythonmac-SIG] py2app and PIL question

Chris Jerdonek jerdonek at gmail.com
Thu Nov 17 04:56:39 CET 2005


On Nov 16, 2005, at 4:57 PM, Bob Ippolito wrote:

> py2app can't detect data dependencies, period.  You need to figure out 
> what data files you need, and explicitly specify them.  The referenced 
> code sure looks like it was looking for a data file, and I don't 
> recall PIL having any data files in its distribution.  As far as I can 
> tell, this font is your data file and you need to specify it in your 
> setup.py... nothing I could do to py2app would be able to find it for 
> you automatically.

Bob, thanks a lot for your help.  You're right.  There was a data file 
I was missing -- in this case "Vera.tff".  Thanks so much for your 
help!

Chris



More information about the Pythonmac-SIG mailing list