This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients gpolo, mboldisc, serhiy.storchaka, zach.ware
Date 2014-04-18.20:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397853759.74.0.414180040764.issue21303@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2014-04-18 20:42:39zach.waresetrecipients: + zach.ware, gpolo, serhiy.storchaka, mboldisc
2014-04-18 20:42:39zach.waresetmessageid: <1397853759.74.0.414180040764.issue21303@psf.upfronthosting.co.za>
2014-04-18 20:42:39zach.warelinkissue21303 messages
2014-04-18 20:42:39zach.warecreate