This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients hfischer, r.david.murray
Date 2010-12-07.23:34:19
SpamBayes Score 1.3295008e-07
Marked as misclassified No
Message-id <1291764861.62.0.326492021124.issue10647@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-12-07 23:34:21r.david.murraysetrecipients: + r.david.murray, hfischer
2010-12-07 23:34:21r.david.murraysetmessageid: <1291764861.62.0.326492021124.issue10647@psf.upfronthosting.co.za>
2010-12-07 23:34:19r.david.murraylinkissue10647 messages
2010-12-07 23:34:19r.david.murraycreate