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