Re: newbie question: nested archives and zipfile

2007-02-01 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > I sorry, but I'm not very familiar with Python. > Please, help to solve my problem with reading file from "nested" zip > archive. > There is an ear_file.ear and inside this file there is a war_file.war > and inside this file there is a jar_file.jar. > I have to read cont

newbie question: nested archives and zipfile

2007-02-01 Thread gilbeert
I sorry, but I'm not very familiar with Python. Please, help to solve my problem with reading file from "nested" zip archive. There is an ear_file.ear and inside this file there is a war_file.war and inside this file there is a jar_file.jar. I have to read content of a file (my_file.txt) from insid