Windows build: Fix dukpy, apparently it has to be loaded from the filesystem, or it crashes

This commit is contained in:
Kovid Goyal 2015-08-08 11:44:19 +05:30
parent 12556e6e09
commit 6ed8c25836

View File

@ -678,6 +678,8 @@ class Win32Freeze(Command, WixMixIn):
# on some systems magick.pyd fails to load from memory
# on 64 bit
'magick.pyd',
# dupypy crashes when loaded from the zip file
'dukpy.pyd',
}:
self.add_to_zipfile(zf, pyd, x)
os.remove(self.j(x, pyd))