Fix py2exe build (#7276)
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 23 Oct 2015 22:10:28 +0000 (00:10 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 23 Oct 2015 22:10:28 +0000 (00:10 +0200)
setup.py

index 4686260e0bbd25adf39e683bdae1b475e267b0b8..bfe931f5b42a506ca3cceb1a5ec4acdb6a6a4813 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ py2exe_options = {
     "compressed": 1,
     "optimize": 2,
     "dist_dir": '.',
-    "dll_excludes": ['w9xpopen.exe'],
+    "dll_excludes": ['w9xpopen.exe', 'crypt32.dll'],
 }
 
 py2exe_console = [{