On Oct 9, 10:33 pm, Anurag <[EMAIL PROTECTED]> wrote: > Hi, > > Have any one faced such problem, I assume it must be common if it can > be replicated so easily , or something wrong with my system > > Also if I use tar.members instead of tar.getmembers() it works > so what is the diff. between tar.members and tar.getmembers() > > rgds > Anurag
if you are not fully dependant on tarfiles, have a look at the zipfile library in Python. Everytime I start to use the tarfile .lib, the zip .lib turns out to be a better solution. Cheers, --Alan -- http://mail.python.org/mailman/listinfo/python-list