[issue1222721] tk + setlocale problems...

2012-03-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for retesting. Closing until there is a clear problem with current releases. -- resolution: -> out of date status: open -> closed versions: -Python 2.4 ___ Python tracker

[issue1222721] tk + setlocale problems...

2012-03-22 Thread Andrew Svetlov
Andrew Svetlov added the comment: I have no problems with executing demo. I used Russian locale with LC_NUMERIC, utf-8 and cp1251 (Russian Windows encoding). Looks like the problem cannot be reproduced. -- nosy: +asvetlov ___ Python tracker

[issue1222721] tk + setlocale problems...

2010-06-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: The backspace issue seems to have been fixed. I modified bug.py for 3.1 by removing the coding cookie, changing unicode("Ïðîáà", "KOI8-R") to just "Ïðîáà", and fixing print. Running from IDLE, it ran and displayed a tk window with text entry and labelled butt

[issue1222721] tk + setlocale problems...

2009-01-07 Thread Guilherme Polo
Guilherme Polo added the comment: The problem with the backspace key was fixed in python 2.6 when using the windows installer at least. I didn't check yet if it is specific to tcl/tk or if it involves tkinter. ___ Python tracker

[issue1222721] tk + setlocale problems...

2008-09-15 Thread Guilherme Polo
Changes by Guilherme Polo <[EMAIL PROTECTED]>: -- nosy: +gpolo ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailin

[issue1222721] tk + setlocale problems...

2008-03-26 Thread ghorvath
ghorvath <[EMAIL PROTECTED]> added the comment: Attached a workaround for this problem, based on: http://ml.osdir.com/games.mud.client.lyntin/2005-03/msg5.html I also found that the problem only appears when the LC_NUMERIC setting is different to en_US. (for example if it is de_AT) Added fi

[issue1222721] tk + setlocale problems...

2008-03-26 Thread ghorvath
ghorvath <[EMAIL PROTECTED]> added the comment: I can confirm that this bug is still present. After locale.setlocale(locale.LC_ALL, '') Backspace in Tkinter.Entry is not working anymore. There is no difference if the Backspace is issued by the keyboard or by self.master.winfo_toplevel().event_ge