Andre Berg added the comment:
If I may chime in, as I don't know where else to put this.
I am still seeing the same performance as the OP when I use extractall() with a
password protected ZIP of size 287 MB (containing one compressed movie file of
size 297 MB).
The total running tim
Andre Berg added the comment:
"Decryption is extremely slow as it is implemented in native Python rather than
C"
Right, of course, I missed this when reading the docs.
I have a habit of jumping straight to the point.
As I was asked to try it with a non-password protected zip file
Andre Berg <[EMAIL PROTECTED]> added the comment:
Per instructions in the helpful post outlining the Library search order,
I downloaded and installed AquaTk 8.5.4, then I downloaded
Python-2.6.tar.gz source, ran ./configure --enable-framework, sudo make
build, sudo make install.
IDLE appe