R. David Murray <rdmur...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue10647> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com