[issue21303] Python 2.7 Spinbox Format Behaves Differently On Windows Versus Linux

Zachary Ware report at bugs.python.org
Fri Apr 18 22:42:39 CEST 2014


Zachary Ware added the comment:

Can you tell us some version numbers, please?  Specifically, which micro version of Python 2.7 (e.g. 2.7.6) on both platforms, and what version of Tcl on Linux?  Tcl on Windows should be version 8.5.2; if it's different, please tell us that too.  Here's the easiest way to get the Tcl version:

>>> import Tkinter
>>> root = Tkinter.Tcl()
>>> root.tk.eval('info patchlevel')
'8.5.2'

----------
nosy: +gpolo, serhiy.storchaka, zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21303>
_______________________________________


More information about the Python-bugs-list mailing list