[Pythonmac-SIG] Application.out window / Windowing toolkit

Joseph J. Strout joe@strout.net
Wed, 9 Jun 1999 10:13:24 -0700


At 9:33 AM -0700 06/09/99, Pieter Claerhout wrote:

>is it possible to disable a script's out window. I tried building the script
>as an application, but still the script.out window appears now and then.

It probably appears whenever you print something.  If you redirect
sys.stdout and sys.stderr someplace else, you should be able to keep it
hidden.

>And another question: what is the best windowing toolkit if you want to stay
>truly cross-platform between Mac and PC? I tried tkinter but I didn't like
>the macintosh version. Are there any other possibilities??

No, I think you'll need to roll your own wrapper classes.

Cheers,
-- Joe
,------------------------------------------------------------------.
|    Joseph J. Strout           Biocomputing -- The Salk Institute |
|    joe@strout.net             http://www.strout.net              |
`------------------------------------------------------------------'