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.
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
- [Pythonmac-SIG] Help in easy way to hide Tk console window Read Roberts