--- a/Project/Project.py Sun Jan 17 18:36:52 2010 +0000 +++ b/Project/Project.py Sun Jan 17 19:16:21 2010 +0000 @@ -4447,9 +4447,9 @@ os.path.join(self.ppath, self.pdata["MAINSCRIPT"][0].replace(".py", ".zip")) try: try: - archiveFile = zipfile.ZipFile(archive, "wb", zipfile.ZIP_DEFLATED) + archiveFile = zipfile.ZipFile(archive, "w", zipfile.ZIP_DEFLATED) except RuntimeError: - archiveFile = zipfile.ZipFile(archive, "wb") + archiveFile = zipfile.ZipFile(archive, "w") except IOError as why: QMessageBox.critical(None, self.trUtf8("Create Plugin Archive"),