Re: [Tutor] How to read content in a tar file with tarfile module

2006-10-14 Thread Magnus Wirström
Thank you for all the answers. Sorry for not replying but i have been very busy this week I will try all the suggested ways. //Magnus Magnus Wirström skrev: > Hi everyone > > I have written a app that makes a tar file and all works well... Now i > want to expand that app so it can read read the

Re: [Tutor] How to read content in a tar file with tarfile module

2006-10-10 Thread Dave Kuhlman
On Tue, Oct 10, 2006 at 01:19:20PM -0600, Hugo Gonz?lez Monteverde wrote: > Magnus Wirstr?m wrote: > > I have written a app that makes a tar file and all works well... Now i > > want to expand that app so it can read read the tar and give me the > > contents of the tar file. How is the best way t

Re: [Tutor] How to read content in a tar file with tarfile module

2006-10-10 Thread Carlos Hanson
On Tue, October 10, 2006 11:15 am, Magnus Wirström wrote: > Hi everyone > > I have written a app that makes a tar file and all works well... Now > i want to expand that app so it can read read the tar and give me the > contents of the tar file. How is the best way to do this ? I can't > find a "li

Re: [Tutor] How to read content in a tar file with tarfile module

2006-10-10 Thread Hugo González Monteverde
Magnus Wirström wrote: > I have written a app that makes a tar file and all works well... Now i > want to expand that app so it can read read the tar and give me the > contents of the tar file. How is the best way to do this ? I can't find > a "listdir" like function in tarfile. Can anyone point