From ca85b8ac073310db9bb9134b63adcd9b746c6ef4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 May 2016 07:00:45 +0530 Subject: [PATCH] Dont add imageops.pyd to pylib.zip --- setup/installer/windows/freeze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py index d970438318..8085ba419d 100644 --- a/setup/installer/windows/freeze.py +++ b/setup/installer/windows/freeze.py @@ -683,7 +683,7 @@ class Win32Freeze(Command, WixMixIn): # Because of https://github.com/fancycode/MemoryModule/issues/4 # any extensions that use C++ exceptions must be loaded # from files - 'unrar.pyd', 'wpd.pyd', 'podofo.pyd', + 'unrar.pyd', 'wpd.pyd', 'podofo.pyd', 'imageops.pyd', 'progress_indicator.pyd', 'hunspell.pyd', # As per this https://bugs.launchpad.net/bugs/1087816 # on some systems magick.pyd fails to load from memory