http://stackoverflow.com/questions/12505383/print-not-working-when-compiled-with...
authorCryptoManiac <balthazar@yandex.ru>
Wed, 23 Mar 2016 00:48:07 +0000 (03:48 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Wed, 23 Mar 2016 00:48:07 +0000 (03:48 +0300)
contrib/seeds/getseeds/setup.py

index 0a79775..383efe5 100644 (file)
@@ -5,6 +5,6 @@ sys.argv.append('py2exe')
 
 setup(
     options = {'py2exe': {'bundle_files': 1, 'compressed': True}},
-    windows = [{'script': "getseeds.py"}],
+    console = [{'script': "getseeds.py"}],
     zipfile = None,
 )