Re: tarfile and progress information

2010-07-14 Thread Lars Gustäbel
On Wed, Jul 07, 2010 at 11:23:22AM -0400, Nathan Huesken wrote: > I am packing large files with tarfile. Is there any way I can get > progress information while packing? There is no builtin way in tarfile, but there are several possible solutions: 1. Replace the tarfile.copyfileobj() function tha

tarfile and progress information

2010-07-07 Thread Nathan Huesken
Hi, I am packing large files with tarfile. Is there any way I can get progress information while packing? Thanks! Nathan -- http://mail.python.org/mailman/listinfo/python-list