mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Comments out all log messages to console. Avoid having errors in GUI.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
Reference in New Issue
Block a user