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. -- http://mail.python.org/mailman/listinfo/python-list
- Using Python for file packing Aaron Scott
- Re: Using Python for file packing Kushal Kumaran
- Re: Using Python for file packing Aaron Scott
- Re: Using Python for file packing Scott David Daniels