[or-cvs] r17432: {updater} console option for py2exe wants an array. (updater/trunk)

coderman at seul.org coderman at seul.org
Mon Dec 1 17:55:23 UTC 2008


Author: coderman
Date: 2008-12-01 12:55:22 -0500 (Mon, 01 Dec 2008)
New Revision: 17432

Modified:
   updater/trunk/setup.py
Log:
console option for py2exe wants an array.

Modified: updater/trunk/setup.py
===================================================================
--- updater/trunk/setup.py	2008-12-01 16:08:12 UTC (rev 17431)
+++ updater/trunk/setup.py	2008-12-01 17:55:22 UTC (rev 17432)
@@ -122,7 +122,7 @@
 extra_args = { }
 if 'py2exe' in sys.argv:
     # Tells the py2exe executable what module to actually execute.
-    extra_args["console"] = 'lib/thandy/ClientCLI.py'
+    extra_args["console"] = ['lib/thandy/ClientCLI.py']
 
 setup(name='Thandy',
       version=VERSION,



More information about the tor-commits mailing list