write iso 9660 with python

Avell Diroll avelldiroll at yahoo.fr
Wed Nov 21 11:18:46 EST 2007


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



More information about the Python-list mailing list