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 hfischer
Recipients hfischer, r.david.murray
Date 2010-12-07.23:03:38
SpamBayes Score 2.6420999e-09
Marked as misclassified No
Message-id <1291763021.19.0.991024521177.issue10647@psf.upfronthosting.co.za>
In-reply-to
Content
The attached test case demonstrates this issue, run on pthyon 3.1.3 x64 and included tkinter.

When running on US Locale, runs fine.  Numbers have the period decimal point, no exceptions raised.

Then select control panel, "Language or Region", "Change keyboards and input methods", Formats tab, and I selected Dutch(Netherlands), press ok.  Rerun.  (I'm running under Eclipse, so exceptions do not terminate the program).  Note these exceptions as listbox is filled and autoscrolls, and as well, if you manually scroll, same exceptions get raised:

  File "C:\Python31\lib\tkinter\__init__.py", line 1399, in __call__
    return self.func(*args)
  File "C:\Python31\lib\tkinter\__init__.py", line 2797, in set
    self.tk.call((self._w, 'set') + args)
_tkinter.TclError: expected floating-point number but got "0,02"
History
Date User Action Args
2010-12-07 23:03:41hfischersetrecipients: + hfischer, r.david.murray
2010-12-07 23:03:41hfischersetmessageid: <1291763021.19.0.991024521177.issue10647@psf.upfronthosting.co.za>
2010-12-07 23:03:38hfischerlinkissue10647 messages
2010-12-07 23:03:38hfischercreate