This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author durumdara
Recipients
Date 2007-06-08.07:54:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi!

I wrote about this here:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/f08c37f30b654746/a0fe8ab504b3b702
And here:
http://groups.google.com.kh/group/comp.lang.python/browse_thread/thread/c6069d12273025bf/18b9b1c286d9af7b?lnk=st&q=python+zip+callback&rnum=1#18b9b1c286d9af7b

So need a little modification in ZipFile module to get more control on compression.
A callback procedure needed to:
- I show progress bar when I compress a file
- I can abort the whole compression procedure
When I compress little files, no problem.

But when compress large files, I lost the control, and I don't know (I can't show) the compression progress, and the remaining bytes.

I can change this in my app only, but if I installed a new Python I lost it everytime... :-(

Thanks for your help:
dd
History
Date User Action Args
2007-08-23 16:12:54adminlinkissue1733259 messages
2007-08-23 16:12:54admincreate