Re: Unzip Files

2009-05-31 Thread Tim Chase
I am new to python, so please don't attack me if this question is easy or basic. How can I go about extracting the contents of a zip file to the same directory? Can I extend this question to a zip file that sits on the internet? While the ZipFile object can take a file-like object, it looks l

Re: Unzip Files

2009-05-31 Thread Chris Rebert
On Sun, May 31, 2009 at 2:42 PM, Brock wrote: > Hi all, > > I am new to python, so please don't attack me if this question is easy > or basic.  How can I go about extracting the contents of a zip file to > the same directory?  Can I extend this question to a zip file that > sits on the internet? >

Unzip Files

2009-05-31 Thread Brock
Hi all, I am new to python, so please don't attack me if this question is easy or basic. How can I go about extracting the contents of a zip file to the same directory? Can I extend this question to a zip file that sits on the internet? Point being I need to work with the files inside the zippe