CDR Support

JanC usenet_spam at janc.invalid
Sun Aug 17 00:15:51 EDT 2003


[fixed quoting]

[python newbie]
>>> I'm starting to write a simple backup program using wxPython. But I
>>> figure I might as well support rewritable CDROM that most people use. (
>>> I still don't have one, that's just wrong).
>>>
>>> Does anyone have knowledge of support for rewriteable CDROM's in
>>> python?

[Aahz]
>> Is this for Linux or something else?  I'd suggest that you simply write
>> a wrapper around mkisofs and cdrecord.

[python newbie]
> Actually, it's for Windows.

The open source tools cdrecord, mkisofs & cdrdao exist for Windows too.

cdrecord + mkisofs = cdrtools:
<http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html>
<ftp://ftp.berlios.de/pub/cdrecord/>

cdrdao:
<http://cdrdao.sourceforge.net/>

-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9




More information about the Python-list mailing list