bryan rasmussen wrote: > Hi, > > I need to read in a system of files and write them to an iso 9660, any > libraries suited to this task that are up to date? Python 2.4 or 2.5 > should be assumed. You could subprocess a call to cdrecord ... There are also python bindings for libburn ... http://icculus.org/burn/ but i never tested them HIH