|
Re: [Py2exe-users] Py2exe and two python files
From: Jimmy Retzlaff <jimmy@re...> - 2011-07-04 19:04
|
On Mon, Jul 4, 2011 at 11:30 AM, Jonathan Kossick
<j.kossick@...> 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
|
| Thread | Author | Date | |
|---|---|---|---|
| [Py2exe-users] Py2exe and two python files | Jonathan Kossick <j.kossick@go...> |
|
|
|