From: Jimmy R. <ji...@re...> - 2011-07-04 19:04:12
|
On Mon, Jul 4, 2011 at 11:30 AM, Jonathan Kossick <j.k...@go...> wrote: > I want to compile two python scripts which are located in the same > directory. Why this doesn´t work? > from distutils.core import setup > import py2exe > setup( > console = [ > { > "script": "gui_starter.py", > name='My Program', > } > ], > window = [ This should be "windows" instead of "window". Jimmy |