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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21303>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to