Michael Boldischar added the comment:
Windows 7 64-bit:
>>> root.tk.eval('info patchlevel')
'8.5.2'
Debian 7 Linux 64-bit:
root.tk.eval('info patchlevel')
'8.5.11'
--
___
P
Michael Boldischar added the comment:
Windows 7 64-bit:
python --version
Python 2.7.6
Debian 7 Linux 64-bit:
$ python --version
Python 2.7.3
--
___
Python tracker
<http://bugs.python.org/issue21
Changes by Michael Boldischar :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue21303>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Michael Boldischar :
--
components: +Tkinter
versions: +Python 2.7
___
Python tracker
<http://bugs.python.org/issue21303>
___
___
Python-bugs-list m
New submission from Michael Boldischar:
Here is my code:
self._image_set_number = Spinbox(self._ramp_group, from_=0, to=999,
command=self.reset_rep, format="%03.0f")
self._repetition_change = Spinbox(self._ramp_group, from_=00, to=99,
format="%02.0f")
On Linux, th