Re: Open a file within an ISO in python.

2008-05-04 Thread David
On Sun, May 4, 2008 at 12:01 PM, <[EMAIL PROTECTED]> wrote: > Is there a way to open a file that is inside of an ISO in python? > > Say I have an ISO file, danikars.iso and on the iso there is a file > called information.txt > > I want to be able to do something like this. > > [code] > iso_h

Open a file within an ISO in python.

2008-05-04 Thread danikar
Is there a way to open a file that is inside of an ISO in python? Say I have an ISO file, danikars.iso and on the iso there is a file called information.txt I want to be able to do something like this. [code] iso_h = openiso("danikars.iso") file_h = iso_h.extract("information.txt") contents = fi