DAT file compilation

Diez B. Roggisch deets at nospam.web.de
Fri Sep 29 20:03:11 EDT 2006


Jay schrieb:
> Is there a way through python that I can take a few graphics and/or
> sounds and combine them into a single .dat file?  If so, how?  And how
> can I access the data in the .dat file from inside the python script?

Use a zip-file. See the zipfile-module.

Diez



More information about the Python-list mailing list