schmir / bbfreeze

UNMAINTAINED
http://pypi.python.org/pypi/bbfreeze/
92 stars 22 forks source link

Need a way of adding extra resources/data to library.zip #14

Closed RyanHope closed 11 years ago

RyanHope commented 11 years ago

A lot of apps people make require resources (images/sounds/fonts/etc) which bbfreeze does not pick up automatically. There needs to be a way of specifying directories that will automatically be added to the library. Right now I have to open the zip after freezing and walk the folders manually adding files to the zip.

schmir commented 11 years ago

well, you have the zipfile module to do that. bbfreeze also doesn't support copying data files to the dist directory. I don't want to invent an API for that, since we do have shutil (and zipfile).