Re: Zipfile module errors

2008-06-04 Thread John Machin
jwesonga wrote: I've added the line to the script, added a zipped file into the folder. I've made sure the file exists. The error is now this: Please get some clues: (1) Don't reply off-list unless specifically invited. (2) Don't top-post. (3) Do read and try to understand *all* of each reply t

Re: Zipfile module errors

2008-06-04 Thread John Machin
On Jun 4, 8:06 pm, jwesonga <[EMAIL PROTECTED]> wrote: > Hi, > > I have a python script that supposed to go through a folder, pick the > zipped files, unzip them and process the data inside. I'm not sure > where i'm going wrong with this script because it all seems correct: Nothing is ever as it s

Zipfile module errors

2008-06-04 Thread jwesonga
Hi, I have a python script that supposed to go through a folder, pick the zipped files, unzip them and process the data inside. I'm not sure where i'm going wrong with this script because it all seems correct: #! /usr/bin/env python import zipfile import os from elementtree import ElementTree as