[issue21606] No visual feedback when entering japanese Characters in Entry widget

2014-05-29 Thread rovf
New submission from rovf: When I enter Japanese text in a tkinter entry widget, I don't get any visual feedback while typing; in particular, I don't get the Kanji selection box of the Kotaeri input method, which makes it impossible to choose the correct Kanji (try, for example, to type

[issue21521] Tkinter + OSX + Spaces : Multiple file dialogues created

2014-05-18 Thread rovf
New submission from rovf: I'm running this on OSX 10.6 (SnowLeopard) with the OSX Spaces feature enabled (i.e. several virtual desktops). This is my (complete) program: from tkinter.filedialog import asksaveasfilename pathname=asksaveasfilename(initialdir='.',title='gaga') This has