Terry J. Reedy added the comment:

I know.  3.4.2.rc1 was released over 2 weeks ago and 3.4.2 just yesterday 
(essentially without change).  So you have to delete space again. Since 3.4.1 
worked for many people, perhaps you have an ancient version of tk.  You can get 
major/minor number with
>>> import tkinter as tk
>>> tk.TclVersion
8.6
but 8.5 covers a long time span and many fixes.  I forget how to get the third, 
micro number.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to