Copy _ctypes.pyd

We need ctypes to determine the local app data directory (used for
settings.py when portable dir is not writable)
This commit is contained in:
Andy Kittner 2012-11-24 14:53:08 +01:00
parent c405e9b648
commit 220abe45c3

View File

@ -87,6 +87,7 @@ PY_DLLS = [
"_sqlite3.pyd", "_sqlite3.pyd",
"_socket.pyd", "_socket.pyd",
"select.pyd", "select.pyd",
"_ctypes.pyd",
] ]
MSVCR_PUBLIC_KEY = "1fc8b3b9a1e18e3b" MSVCR_PUBLIC_KEY = "1fc8b3b9a1e18e3b"