[Python-bugs-list] [ python-Bugs-431899 ] tkfileDialog on NT makes float fr specif

noreply@sourceforge.net noreply@sourceforge.net
Sun, 10 Jun 2001 13:20:34 -0700


Bugs item #431899, was updated on 2001-06-10 13:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=431899&group_id=5470

Category: Tkinter
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: tkfileDialog on NT makes float fr specif

Initial Comment:
If I use the line: (Tkinter 8.3 for Python 2.0)
file = tkFileDialog.askopenfilename(...)
on an NT french workstation, that turn off floats 
using dot but comma separator for Tcl...
then if your have defined a Text widget, calling 
self.yview('moveto', '1.0') failed with an unavailable 
type error:
TclError: expected floating-point number but got "1.0"
this appends in lib-tk\Tkinter.py line 2846 in yview
self.tk.call((self._w, 'yview') + what)

But the bugs in my opinion comes from Tcl tkFileDialog 
which activate a flag about float memory 
representation for tcl.

The problem is that I'm unable to find the turnarround 
i.e. finding tcl methode to turn on US float 
representation.

All help may be pleased.

Jerry alias the foolish dracomorpheus
python french fan ;-)



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=431899&group_id=5470