[Pythonmac-SIG] Help in easy way to hide Tk console window
Read Roberts
rroberts at adobe.com
Fri Jan 7 07:03:47 CET 2005
I succeeded in fixing a problem with displaying Kanji in my
Tkinter-based app under Mac OSX 10.2.8. by building Tcl/Tk 8.4.9.
with the patch:
http://sourceforge.net/tracker/index.php?func=detail&aid=638966&group_id=12997&atid=312997
Now however, when I run by bundle app made with buildapp.py, the
resulting app opens a Tcl interpreter console window. This doesn't
happen when I run my Python script directly from a Terminal window
using pythonw. Any suggestions?
Since I am building my own Tcl/Tk framwork, i can of course disable
this in the source, but there must be a simpler way via Tkinter.
More information about the Pythonmac-SIG
mailing list