5446c87
diff -up matplotlib-1.0.1/setupext.py.tkinter matplotlib-1.0.1/setupext.py
5446c87
--- matplotlib-1.0.1/setupext.py.tkinter	2011-10-31 14:58:44.000000000 +0100
5446c87
+++ matplotlib-1.0.1/setupext.py	2011-10-31 14:59:14.000000000 +0100
5446c87
@@ -829,7 +829,7 @@ def check_for_tk():
5446c87
 
5446c87
     if gotit:
5446c87
         print_status("Tkinter", "Tkinter: %s, Tk: %s, Tcl: %s" %
5446c87
-                     (Tkinter.__version__.split()[-2], Tkinter.TkVersion, Tkinter.TclVersion))
5446c87
+                     (Tkinter.__version__, Tkinter.TkVersion, Tkinter.TclVersion))
5446c87
     else:
5446c87
         print_status("Tkinter", "no")
5446c87
     if explanation is not None: