Hi, I am trying to extract a zipfile, using zipfile.extractall(). when i do so, i am getting an error as "AttributeError: 'module' object has no attribute 'extractall' "
>>> zipfile.extractall("home/murugadoss/testfile.zip") Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'extractall' I have checked the file using zipfile.is_zipfile(), >>> zipfile.is_zipfile("/home/murugadoss/testfile.zip") True can anyone please help me. -- Thanks & Regards V.Murugadoss _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers