Comment 1 for bug 391307

Revision history for this message
Alvin Penner (apenner) wrote :

In windows if I force it to do a binary read using the statement :
out = open(self.zip_file,'rb')
instead of : out = open(self.zip_file,'r')
then I get the following zip file. This file is no longer empty, it apears to contain 2 files. But when I try to extract it then I get a crash in Winzip.