From 220abe45c340563f85473aed6055554b844837e7 Mon Sep 17 00:00:00 2001 From: Andy Kittner Date: Sat, 24 Nov 2012 14:53:08 +0100 Subject: [PATCH] Copy _ctypes.pyd We need ctypes to determine the local app data directory (used for settings.py when portable dir is not writable) --- extras/win32-portable/prepare_portable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/win32-portable/prepare_portable.py b/extras/win32-portable/prepare_portable.py index 9418b8e10..6554a4939 100644 --- a/extras/win32-portable/prepare_portable.py +++ b/extras/win32-portable/prepare_portable.py @@ -87,6 +87,7 @@ PY_DLLS = [ "_sqlite3.pyd", "_socket.pyd", "select.pyd", + "_ctypes.pyd", ] MSVCR_PUBLIC_KEY = "1fc8b3b9a1e18e3b"