Question

I'm making a cross-platform (Windows and OS X) with wxPython that will be compiled to exe later.

Is it possible for me to create ISO files for CDs or DVDs in Python to burn a data disc with?

Thanks, Chris

Was it helpful?

Solution

Following 'do not reinvent the wheel' I would try using mkisofs (part of cdrtools) (although originating on Linux, I think there are windows builds floating around the net).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top