Hi,

I installed py2app with easy_install, using the system python on Mac OS X.
Now when I try to build a .app that needs additional data directories,
those additional data directories are not being copied to the application
bundle.

For example,  I have a directory "fonts"

Regardless of if I add ['fonts'] as the value of "data_files" in the call
to setup.py, or add 'fonts' as the value of 'resources' in the OPTIONS
dict, "fonts" is not being copied to Contents/Resources and my application
fails to startup correctly.  If I copy the directory to the resources path
my hand the application will start normally.

Does the "data_files" option supposed work?  For all that I can tell, it
doesn't work for the 'pygame' example either.

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

Reply via email to