From ed57ee77d6e6411cb2629f9767491b5908a13088 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 1 Dec 2012 07:58:15 +0530 Subject: [PATCH] ... --- setup/installer/windows/freeze.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py index 594ab8baf9..b200d16170 100644 --- a/setup/installer/windows/freeze.py +++ b/setup/installer/windows/freeze.py @@ -575,7 +575,8 @@ class Win32Freeze(Command, WixMixIn): # sqlite_load_extension to work # For some reason unrar.pyd crashes when processing # password protected RAR files if loaded from inside - # pylib.zip + # pylib.zip. Probably because of this bug: + # https://github.com/fancycode/MemoryModule/issues/4 self.add_to_zipfile(zf, pyd, x) os.remove(self.j(x, pyd))