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

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to