From d9796c284303fd14f4c1b53f0eb18ec87658c70c Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Mon, 1 Dec 2008 17:55:22 +0000 Subject: console option for py2exe wants an array. git-svn-id: file:///home/or/svnrepo/updater/trunk@17432 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1f96fa2..529ff2c 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ class InstallCommand(distutils.command.install.install): 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, -- cgit v1.2.3