Avoids console opening while in graphical mode.

This commit is contained in:
2012-09-04 17:55:00 +02:00
parent e64968f534
commit 14fe80d4ad

View File

@@ -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,
)