Hi, <br><br>I use a tkinter-based editor that ran properly earlier on English Windows XP. Now I use Hungarian Windows 7 with Python 2.7.2. You must know that in Hungary decimal fractions are marked with a decimal comma, not a dot (e.g. pi=3,1415...).<br>
<br>I suspect it somehow gets a Hungarian decimal from Windows and can&#39;t understand it. So when I page up and down with PgUp/PgDn buttons, it works well. When I use the wheel on mouse, it&#39;s OK, too. But when I try to use the vertical scrollbar of the window with mouse, error messages flood my screen and it won&#39;t work. Dou you think this is a Python bug? Shall I make a bugreport or just some config setting is missing?<br>
<br><span style="font-family:courier new,monospace">Exception in Tkinter callback</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Traceback (most recent call last):</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1410, in __call__</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    return self.func(*args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1444, in yview</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    res = self.tk.call(self._w, &#39;yview&#39;, *args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">TclError: expected floating-point number but got &quot;0,0016&quot;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Exception in Tkinter callback</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Traceback (most recent call last):</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1410, in __call__</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    return self.func(*args)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1444, in yview</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    res = self.tk.call(self._w, &#39;yview&#39;, *args)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">TclError: expected floating-point number but got &quot;0,0033&quot;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Exception in Tkinter callback</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Traceback (most recent call last):</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1410, in __call__</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    return self.func(*args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1444, in yview</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    res = self.tk.call(self._w, &#39;yview&#39;, *args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">TclError: expected floating-point number but got &quot;0,0049&quot;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Exception in Tkinter callback</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Traceback (most recent call last):</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1410, in __call__</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    return self.func(*args)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1444, in yview</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    res = self.tk.call(self._w, &#39;yview&#39;, *args)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">TclError: expected floating-point number but got &quot;0,0066&quot;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Exception in Tkinter callback</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Traceback (most recent call last):</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1410, in __call__</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    return self.func(*args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1444, in yview</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    res = self.tk.call(self._w, &#39;yview&#39;, *args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">TclError: expected floating-point number but got &quot;0,0082&quot;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Exception in Tkinter callback</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Traceback (most recent call last):</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1410, in __call__</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    return self.func(*args)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1444, in yview</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    res = self.tk.call(self._w, &#39;yview&#39;, *args)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">TclError: expected floating-point number but got &quot;0,0098&quot;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Exception in Tkinter callback</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Traceback (most recent call last):</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1410, in __call__</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    return self.func(*args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  File &quot;c:\python27\lib\lib-tk\Tkinter.py&quot;, line 1444, in yview</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    res = self.tk.call(self._w, &#39;yview&#39;, *args)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">TclError: expected floating-point number but got &quot;0,0098&quot;</span><br>