mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 19:43:45 +02:00
Windows build: Fix dukpy, apparently it has to be loaded from the filesystem, or it crashes
This commit is contained in:
parent
12556e6e09
commit
6ed8c25836
1 changed files with 2 additions and 0 deletions
|
|
@ -678,6 +678,8 @@ def archive_lib_dir(self):
|
|||
# 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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue