From 14fe80d4ad4368117da68ee9cecbf739cc5ad757 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Tue, 4 Sep 2012 17:55:00 +0200 Subject: [PATCH] Avoids console opening while in graphical mode. --- setup_win.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_win.py b/setup_win.py index 44f22ad..fe6dd55 100644 --- a/setup_win.py +++ b/setup_win.py @@ -13,6 +13,6 @@ sys.path.append("C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\redist\\x86 setup( options = {'py2exe': {'bundle_files': 1, 'includes': ['numpy', 'wx'] } }, - console=['Ivolutioner'], + windows=['Ivolutioner'], zipfile = None, ) \ No newline at end of file