> Date: Mon, 04 Oct 2010 14:53:03 -0700
> From: Christopher Barker <[email protected]>
> Subject: Re: [SEAPY] Py2exe help?
> To: Seattle Python Interest Group <[email protected]>
> Dan Helfman wrote:
>> By "usually", I meant "by default" and also "by convention". However if
>> logging to file isn't sufficient for your particular application, you
>> can always redirect stdout/stderr yourself. And you should consider
>> making your application a "console" app rather than a standard GUI
>> Windows app, thereby getting a console window for stdout. See
>> http://www.py2exe.org/index.cgi/Tutorial for more info.
>
> I think a console app is the easiest way to go, but another option is to
> create an output window, in wxPython, perhaps.
>
> Also, I have a vague memory that py2exe comes with an output window of
> some sort, if you can figure out how to turn it on.
>
> -Chris

Thanks, both.  Well, can I still create and display Tk objects from a
console ap?  If yes, then I could probably "go that way" as long as
point-and-2*click on a console app icon displays a console and leaves
it up once the script is over...

DG

Reply via email to