Comments out all log messages to console. Avoid having errors in GUI.

This commit is contained in:
2012-09-05 18:17:23 +02:00
parent 52159dfc69
commit 782c5ae2cb
5 changed files with 33 additions and 33 deletions

View File

@@ -14,5 +14,6 @@ sys.path.append("C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\redist\\x86
setup(
options = {'py2exe': {'bundle_files': 1, 'includes': ['numpy', 'wx'] } },
windows=['Ivolutioner'],
#console=['Ivolutioner'],
zipfile = None,
)