Any CD-ROM writer support in python?

Jeff Epler jepler at unpythonic.net
Wed May 1 09:31:05 EDT 2002


On Tue, Apr 30, 2002 at 10:59:03PM -0400, Pierre Rouleau wrote:
> I am looking for python based CD-ROM writer support.
> Does anyone know where I could find some python code or libraries to do
> that?

"cdrdao" is an open-source program with a commandline interface that
runs under unix and windows.
    http://cdrdao.sourceforge.net/

Under unix, "cdrecord" is open-source and commandline-driven.  It's also
been used by many "front-end" programs through its commandline interface.

Jeff





More information about the Python-list mailing list