--- a/PluginManager/PluginInstallDialog.py Sun Jan 17 18:36:52 2010 +0000 +++ b/PluginManager/PluginInstallDialog.py Sun Jan 17 19:16:21 2010 +0000 @@ -268,7 +268,7 @@ """writeable. Aborting...</p>""").format(destination), \ False - zip = zipfile.ZipFile(archive, "rb") + zip = zipfile.ZipFile(archive, "r") # check, if the archive contains a valid plugin pluginFound = False @@ -561,4 +561,4 @@ self.resize(size) self.connect(self.cw.buttonBox, SIGNAL("accepted()"), self.close) - self.connect(self.cw.buttonBox, SIGNAL("rejected()"), self.close) \ No newline at end of file + self.connect(self.cw.buttonBox, SIGNAL("rejected()"), self.close)