ok, guys, I think I've found the resolution.
 
originally, my env variable 'LANG' is set to 'zh_TW.UTF-8',
 
after I change it to 'LANG=en_US.UTF-8', then the script works as expected.
 
I'd like to know the real cause that make it happend, why the env 'LANG' make
 
script functions differently? I'm not a real programmer, really, but I'm getting
 
additive to it. :p
 
Thank you. 

[EMAIL PROTECTED] 說:
Michael Lange wrote:
>Really? From Tkinter.py it looks to me like it should be equivalent:
>
>def mainloop(n=0):
>"""Run the main loop of Tcl."""
>_default_root.tk.mainloop(n)
>
>(...snip...)

I trusted the documentation :-(. So I thought this to be the cause of this strange behaviour.
Otherwise I have no idea (I'm not doing a lot of windows).

Matthias Kievernagel
mkiever/at/web/dot/de
software development

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

___________________________________________________
最新版 Yahoo!奇摩即時通訊 7.0,免費網路電話任你打!
http://messenger.yahoo.com.tw/

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to