[issue10647] scrollbar crash in non-US locale format settings

R. David Murray report at bugs.python.org
Wed Dec 8 00:34:21 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

On gentoo linux with tcl/tk 8.5.8, if I use the following command line:

>LC_NUMERIC=fr_FR ../release31-maint/python ListboxScrollbarLocaleIssue.py

(which runs 3.1.3+) I can move the slider without any problem.  I confirmed that locale.format_string("%f", 0.30) produces 0,300000 after doing a setlocale at the python interactive prompt.  (I used fr_FR because I happen to have that locale installed, and I don't have Dutch installed).

So, so far I can't reproduce your problem.  I don't use eclipse, so eclipse related reproduction instructions won't work for me.

Note that when you say "exceptions don't terminate the program" I am assuming you mean it doesn't terminate eclipse.  You'd need to be starting python itself fresh to produce a valid test run.

What version of tk/tcl is your python compiled against?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10647>
_______________________________________


More information about the Python-bugs-list mailing list