CDR Support

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • python newbie

    CDR Support

    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?
    Thanks


  • python newbie

    #2
    Re: CDR Support

    Actually, it's for Windows.
    Thanks though

    "Aahz" <aahz@pythoncra ft.com> wrote in message
    news:bhmf8o$ia1 $1@panix3.panix .com...[color=blue]
    > In article <Zby%a.2363$Dp. 242@newssvr27.n ews.prodigy.com >,
    > python newbie <mesteve_b@hotm ail.com> wrote:[color=green]
    > >
    > >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?[/color]
    >
    > Is this for Linux or something else? I'd suggest that you simply write
    > a wrapper around mkisofs and cdrecord.
    > --
    > Aahz (aahz@pythoncra ft.com) <*>[/color]
    http://www.pythoncraft.com/[color=blue]
    >
    > This is Python. We don't care much about theory, except where it[/color]
    intersects[color=blue]
    > with useful practice. --Aahz[/color]


    Comment

    Working...