Using Python for file packing

Aaron Scott aaron.hildebrandt at gmail.com
Mon Jun 29 11:47:34 EDT 2009


I'm working on a Python application right now that uses a large number
of audio assets. Instead of having a directory full of audio, I'd like
to pack all the audio into a single file. Is there any easy way to do
this in Python? My first instinct was to attempt to pickle all the
audio data, but something tells me that that experiment would only end
in tears.



More information about the Python-list mailing list